Hard code a "close task" action on every column Trigger
Summary: Depends on D20287. Ref T5474. This hard-codes a storage value for every trigger, with a "Change status to <default closed status>" rule and two bogus rules. Rules may now apply transactions when cards are dropped. Test Plan: Dragged cards to a column with a trigger, saw them close. Reviewers: amckinley Reviewed By: amckinley Maniphest Tasks: T5474 Differential Revision: https://secure.phabricator.com/D20288
This commit is contained in:
@@ -1270,6 +1270,7 @@ final class PhabricatorProjectBoardViewController
|
||||
array(
|
||||
'items' => hsprintf('%s', $trigger_menu),
|
||||
'tip' => $trigger_tip,
|
||||
'size' => 300,
|
||||
));
|
||||
|
||||
return $trigger_button;
|
||||
|
||||
Reference in New Issue
Block a user