1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02: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:
epriestley 2013-10-14 19:38:35 -07:00
parent 197d3817bc
commit 19968e31f4

View file

@ -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,
);