1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-19 05:12:41 +01:00

Fix incorrect maniphest.update conduit UI

Summary: Fixes T6254 and renames status as string. Though maybe this should go through `formatStringConstants`?

Test Plan: Reload Conduit page, see new text.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T6254

Differential Revision: https://secure.phabricator.com/D10637
This commit is contained in:
Chad Little 2014-10-06 11:06:23 -07:00
parent 35dc510e18
commit 923f625130

View file

@ -42,7 +42,7 @@ abstract class ManiphestConduitAPIMethod extends ConduitAPIMethod {
if (!$is_new) { if (!$is_new) {
$fields += array( $fields += array(
'status' => 'optional int', 'status' => 'optional string',
'comments' => 'optional string', 'comments' => 'optional string',
); );
} }