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/maniphest/herald
Austin McKinley 8008ade9af Use keywords instead of ints to update task priority in ManiphestEditEngine
Summary: Fixes T12124. Changes `ManiphestEditEngine` to populate the select using priority keywords instead of the integer value. Marks `maniphest.querystatuses` as frozen. Adds a new Conduit method for fetching potential task statuses.

Test Plan: Created tasks and changed their priorities, observed that transactions in the DB still have the same type (integers as strings). Invoked `maniphest.update` with `priority => '90'` and observed that it still works. Invoked `maniphest.edit` with `priority => 'unbreak'` and observed that it now works.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T12124

Differential Revision: https://secure.phabricator.com/D18111
2017-06-14 14:43:03 -07:00
..
HeraldManiphestTaskAdapter.php Make Herald test workflow modular and more clear 2016-08-03 16:12:33 -07:00
ManiphestTaskAssigneeHeraldField.php Fully modularize Herald field values 2015-07-16 14:12:44 -07:00
ManiphestTaskAssignHeraldAction.php Update Maniphest for modular transactions 2017-05-15 10:29:06 -07:00
ManiphestTaskAssignOtherHeraldAction.php Allow "Assign task" Herald Action in Maniphest to accept "None" to unassign 2015-12-05 12:39:45 -08:00
ManiphestTaskAssignSelfHeraldAction.php Modularize Maniphest Herald "Assign Task" action 2015-08-03 14:33:25 -07:00
ManiphestTaskAuthorHeraldField.php Fully modularize Herald field values 2015-07-16 14:12:44 -07:00
ManiphestTaskDescriptionHeraldField.php Reduce code duplication in Herald fields 2015-07-16 14:11:44 -07:00
ManiphestTaskHeraldField.php Group and order Herald fields 2015-07-16 14:13:13 -07:00
ManiphestTaskHeraldFieldGroup.php Group and order Herald fields 2015-07-16 14:13:13 -07:00
ManiphestTaskPriorityHeraldAction.php Use keywords instead of ints to update task priority in ManiphestEditEngine 2017-06-14 14:43:03 -07:00
ManiphestTaskPriorityHeraldField.php Support "Select" custom fields in Herald rules 2015-07-16 14:12:54 -07:00
ManiphestTaskStatusHeraldAction.php Update Maniphest for modular transactions 2017-05-15 10:29:06 -07:00
ManiphestTaskStatusHeraldField.php Support "Select" custom fields in Herald rules 2015-07-16 14:12:54 -07:00
ManiphestTaskTitleHeraldField.php Reduce code duplication in Herald fields 2015-07-16 14:11:44 -07:00