1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 17:58:47 +02:00
phorge-phorge/src/applications/maniphest/relationship
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
..
ManiphestTaskCloseAsDuplicateRelationship.php When using the "Close as Duplicate" relationship action, limit the UI to 1 task 2016-06-30 13:48:21 -07:00
ManiphestTaskHasCommitRelationship.php Inch toward using ApplicationSearch to power related objects 2016-06-29 11:22:29 -07:00
ManiphestTaskHasMockRelationship.php Inch toward using ApplicationSearch to power related objects 2016-06-29 11:22:29 -07:00
ManiphestTaskHasParentRelationship.php Refine available filters and defaults for relationship selection 2016-06-30 11:51:36 -07:00
ManiphestTaskHasRevisionRelationship.php Inch toward using ApplicationSearch to power related objects 2016-06-29 11:22:29 -07:00
ManiphestTaskHasSubtaskRelationship.php Refine available filters and defaults for relationship selection 2016-06-30 11:51:36 -07:00
ManiphestTaskMergeInRelationship.php Refine available filters and defaults for relationship selection 2016-06-30 11:51:36 -07:00
ManiphestTaskRelationship.php Convert Maniphest merge operations to modern Relationship code 2016-06-30 08:35:45 -07:00