1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-13 23:38:34 +01:00
phorge-phorge/src/applications/transactions/editengine
Tim Hirsh 60e5c0ec1b Add drydock.blueprint.edit Conduit method
Summary:
Ref: https://admin.phacility.com/PHI243

Since our use case primarily focuses on transaction editing, this patch implements the `drydock.blueprint.edit` api method with the understanding that:
a) this is a work in progress
b) object editing is supported, but object creation is not yet implemented

Test Plan:
* updated existing blueprints via Conduit UI
* regression tested `maniphest.edit` by creating new and updating existing tasks

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, yelirekim, jcox

Differential Revision: https://secure.phabricator.com/D18822
2017-12-08 11:55:08 -05:00
..
__tests__ Add a "subtype" field to EditEngine forms 2017-03-02 04:16:27 -08:00
PhabricatorEditEngine.php Add drydock.blueprint.edit Conduit method 2017-12-08 11:55:08 -05:00
PhabricatorEditEngineAPIMethod.php Mark "v3" API methods as stable; mark obsoleted methods as "Frozen" 2017-01-09 07:16:27 -08:00
PhabricatorEditEngineDefaultLock.php Allow task statuses to "lock" them, preventing additional comments and interactions 2017-03-02 16:57:10 -08:00
PhabricatorEditEngineLock.php Allow task statuses to "lock" them, preventing additional comments and interactions 2017-03-02 16:57:10 -08:00
PhabricatorEditEngineLockableInterface.php Allow task statuses to "lock" them, preventing additional comments and interactions 2017-03-02 16:57:10 -08:00
PhabricatorEditEngineSubtype.php Provide UI hints about task subtypes 2017-05-26 13:58:41 -07:00
PhabricatorEditEngineSubtypeInterface.php Allow EditEngine forms for objects which support subtyping to have a subtype configured 2017-03-02 04:18:06 -08:00
PhabricatorEditPage.php Split Repository EditEngine form into smaller pages 2016-05-02 08:28:38 -07:00