Files
phabricator/src/applications/project
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
..
2016-01-28 08:48:45 -08:00
2017-02-17 10:10:15 +00:00
2016-02-11 15:41:55 -08:00
2016-01-19 19:37:54 -08:00
2017-02-17 10:10:15 +00:00
2015-05-22 21:16:39 +10:00
2016-02-03 14:50:49 -08:00
2017-05-26 13:58:41 -07:00