mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 13:22:42 +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:
parent
35dc510e18
commit
923f625130
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue