Enable updating task->revision assoc
Summary: add a conduit method to enable querying revisions' phid from their revision_IDs, and another one to update the task->revision assoc. Test Plan: for querying revision_phid method, tested empty, one, and two revisions in the query. For the one to update the task->revision assoc, I have another diff in facebook which verified it add and remove assoc correctly. Reviewers: tuomaspelkonen, epriestley CC: Differential Revision: 165
This commit is contained in:
@@ -83,7 +83,7 @@ class PhabricatorConduitConsoleController
|
||||
id(new AphrontFormTextControl())
|
||||
->setLabel($param)
|
||||
->setName("params[{$param}]")
|
||||
->setCaption($desc));
|
||||
->setCaption(phutil_escape_html($desc)));
|
||||
}
|
||||
|
||||
$form
|
||||
|
||||
Reference in New Issue
Block a user