@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.

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

+2 -1
+2 -1
src/applications/maniphest/controller/ManiphestBatchEditController.php
··· 74 74 ), 75 75 'owner' => array( 76 76 'src' => '/typeahead/common/searchowner/', 77 - 'placeholder' => pht('Type a user name...'), 77 + 'placeholder' => pht( 78 + 'Type a user name or "upforgrabs" to unassign...'), 78 79 'limit' => 1, 79 80 ), 80 81 'cc' => array(