mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-30 09:20:58 +01:00
Generalize Herald account sources
Summary: The "user" and "user/project" sources exclude system agents and disabled users, but should not. Test Plan: Added system agents to Herald rules. Reviewers: btrahan, bigo Reviewed By: bigo CC: aran Differential Revision: https://secure.phabricator.com/D7319
This commit is contained in:
parent
197d3817bc
commit
19968e31f4
1 changed files with 2 additions and 2 deletions
|
@ -506,11 +506,11 @@ final class HeraldRuleController extends HeraldController {
|
|||
return array(
|
||||
'source' => array(
|
||||
'email' => '/typeahead/common/mailable/',
|
||||
'user' => '/typeahead/common/users/',
|
||||
'user' => '/typeahead/common/accounts/',
|
||||
'repository' => '/typeahead/common/repositories/',
|
||||
'package' => '/typeahead/common/packages/',
|
||||
'project' => '/typeahead/common/projects/',
|
||||
'userorproject' => '/typeahead/common/usersorprojects/',
|
||||
'userorproject' => '/typeahead/common/accountsorprojects/',
|
||||
),
|
||||
'markup' => $template,
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue