1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 11:22:40 +01:00
phorge-phorge/src/applications/search/controller
epriestley 7a315780b4 When using the "Close as Duplicate" relationship action, limit the UI to 1 task
Summary:
Ref T4788. When closing a task as a duplicate of another task, you can only select one task, since it doesn't really make sense to merge one task into several other tasks (this operation is //possible//, but probably not what anyone ever wants to do, I think?).

Make the UI understand this: after you select a task, disable all of the "select" buttons in the UI to make this clear.

Test Plan:
  - Used "Close as Duplicate", only allowed to select 1 task.
  - Used other editors like "Merge Duplicates In", allowed to select lots of tasks.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T4788

Differential Revision: https://secure.phabricator.com/D16203
2016-06-30 13:48:21 -07:00
..
PhabricatorApplicationSearchController.php Change Differential revision buckets to focus on "next required action" 2016-05-16 10:45:20 -07:00
PhabricatorSearchBaseController.php When all actions in a submenu are disabled, disable the submenu header 2016-06-30 10:57:33 -07:00
PhabricatorSearchController.php Remove "Search Preferences" 2016-05-26 06:21:47 -07:00
PhabricatorSearchDeleteController.php Update Search for handleRequest 2015-10-20 09:02:55 -07:00
PhabricatorSearchEditController.php Update Search edit page for new UI 2016-04-05 07:26:09 -07:00
PhabricatorSearchHovercardController.php Move PhabricatorHovercard to PHUIHovercard 2016-02-03 16:26:30 +00:00
PhabricatorSearchOrderController.php Update Search for handleRequest 2015-10-20 09:02:55 -07:00
PhabricatorSearchRelationshipController.php When using the "Close as Duplicate" relationship action, limit the UI to 1 task 2016-06-30 13:48:21 -07:00
PhabricatorSearchRelationshipSourceController.php Convert Maniphest merge operations to modern Relationship code 2016-06-30 08:35:45 -07:00