mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 13:22:42 +01:00
Maniphest - add 'upforgrabs' hint in bulk editor
Summary: change typeahead placeholder to include 'or "upforgrabs" to unassign...' Fixes T2267. Well, makes it as good as its going to be until we get some new space age UI. Test Plan: new text looks okay-ish Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T2267 Differential Revision: https://secure.phabricator.com/D9882
This commit is contained in:
parent
6eb879210a
commit
fc36ec0da1
1 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,8 @@ final class ManiphestBatchEditController extends ManiphestController {
|
|||
),
|
||||
'owner' => array(
|
||||
'src' => '/typeahead/common/searchowner/',
|
||||
'placeholder' => pht('Type a user name...'),
|
||||
'placeholder' => pht(
|
||||
'Type a user name or "upforgrabs" to unassign...'),
|
||||
'limit' => 1,
|
||||
),
|
||||
'cc' => array(
|
||||
|
|
Loading…
Reference in a new issue