@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Allow Herald's "Reviewers" field to select project reviewers

Summary: The "Reviewers" condition in Differential Revision rules has the wrong typeahead and can't select projects, but should be able to.

Test Plan: {F79273}

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D7526

+2
+2
src/applications/herald/adapter/HeraldAdapter.php
··· 598 598 return self::VALUE_OWNERS_PACKAGE; 599 599 case self::FIELD_AUTHOR_PROJECTS: 600 600 return self::VALUE_PROJECT; 601 + case self::FIELD_REVIEWERS: 602 + return self::VALUE_USER_OR_PROJECT; 601 603 default: 602 604 return self::VALUE_USER; 603 605 }