Page MenuHomePhabricator

Fix incorrect maniphest.update conduit UI
ClosedPublic

Authored by chad on Oct 6 2014, 5:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 1:31 AM
Unknown Object (File)
Sat, Apr 20, 2:59 AM
Unknown Object (File)
Wed, Apr 17, 2:48 PM
Unknown Object (File)
Wed, Apr 3, 5:19 AM
Unknown Object (File)
Fri, Mar 29, 5:57 AM
Unknown Object (File)
Mar 24 2024, 1:09 AM
Unknown Object (File)
Mar 24 2024, 1:08 AM
Unknown Object (File)
Mar 24 2024, 12:44 AM
Subscribers

Details

Summary

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

Test Plan

Reload Conduit page, see new text.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

chad retitled this revision from to Fix incorrect maniphest.update conduit UI.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added reviewers: epriestley, btrahan.
epriestley edited edge metadata.

The types (like "optional string") should not be pht()'d. They will be properly typechecked in some future version of the API, and the typechecker will have no idea what to do with an "el stringo optionale".

This revision now requires changes to proceed.Oct 6 2014, 5:28 PM
chad edited edge metadata.
  • remove phts
epriestley edited edge metadata.
This revision is now accepted and ready to land.Oct 6 2014, 6:06 PM
This revision was automatically updated to reflect the committed changes.