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/transactions/commentaction
epriestley 35750b9c61 Make some Differential comment actions (like "Accept" and "Reject") conflict with one another
Summary:
Ref T11114. When a user selects "Accept", and then selects "Reject", remove the "Accept". It does not make sense to both accept and reject a revision.

For now, every one of the "actions" conflicts: accept, reject, resign, claim, close, commandeer, etc, etc. I couldn't come up with any combinations that it seems like users are reasonably likely to want to try, and we haven't received combo-action requests in the past that I can recall.

Test Plan:
  - Selected "Accept", then selected "Reject". One replaced the other.
  - Selected "Accept", then selected "Change Subscribers". Both co-existed happily.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11114

Differential Revision: https://secure.phabricator.com/D17132
2017-01-02 13:25:12 -08:00
..
PhabricatorEditEngineColumnsCommentAction.php Implement a rough optgroup-based "Move on Workboard" stacked action 2016-04-06 09:15:12 -07:00
PhabricatorEditEngineCommentAction.php Make some Differential comment actions (like "Accept" and "Reject") conflict with one another 2017-01-02 13:25:12 -08:00
PhabricatorEditEngineCommentActionGroup.php Allow comment actions to be grouped; group Differential "Review" and "Revision" actions 2016-12-31 10:09:41 -08:00
PhabricatorEditEnginePointsCommentAction.php Support enabling a formal points field in Maniphest 2016-02-08 18:14:44 -08:00
PhabricatorEditEngineSelectCommentAction.php Provide "Change Projects" and "Change Subscribers" (instead of "Add ...") in comment actions 2015-12-15 15:03:34 -08:00
PhabricatorEditEngineStaticCommentAction.php Restore "Reclaim" and "Abandon" actions to Differential on EditEngine 2016-12-31 10:06:46 -08:00
PhabricatorEditEngineTokenizerCommentAction.php Provide "Change Projects" and "Change Subscribers" (instead of "Add ...") in comment actions 2015-12-15 15:03:34 -08:00