1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-28 01:32:42 +01:00
phorge-phorge/src/applications/transactions/controller
epriestley b9d60d2653 Allow EditEngine forms for objects which support subtyping to have a subtype configured
Summary:
Ref T12314. This adds a "Change Form Subtype" workflow to the EditEngine form configuration screen, for forms that edit/create objects which support subtyping (for now, only tasks).

For example, this allows you to switch a form from being a "task" form to a "plant" or "animal" form.

Doing this doesn't yet do anything useful or interesting. I'm also not showing it in the UI yet since I'm not sure what we should make that look like (presumably, we should just echo whatever UI we end up with on tasks).

Test Plan:
  - Changed the subtype of a task form.
  - Verified that the "Change Subtype" action doesn't appear on other forms (for example, those for Pastes).

{F3491374}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12314

Differential Revision: https://secure.phabricator.com/D17442
2017-03-02 04:18:06 -08:00
..
PhabricatorApplicationTransactionCommentEditController.php Modernize transaction comment editor 2015-06-29 11:30:27 -07:00
PhabricatorApplicationTransactionCommentHistoryController.php Update transactions for handleRequest 2015-12-02 07:59:36 -08:00
PhabricatorApplicationTransactionCommentQuoteController.php Update transactions for handleRequest 2015-12-02 07:59:36 -08:00
PhabricatorApplicationTransactionCommentRawController.php Correct a "bin/mail" command in "Show Raw Email" help text 2017-01-05 08:59:39 -08:00
PhabricatorApplicationTransactionCommentRemoveController.php Update transactions for handleRequest 2015-12-02 07:59:36 -08:00
PhabricatorApplicationTransactionController.php Policy Transactions - add a details view for custom policy 2014-04-29 09:42:54 -07:00
PhabricatorApplicationTransactionDetailController.php In prose diff dialogs (like "Show Details" in transactions), show "old", "new" and "diff" tabs 2016-11-07 15:18:19 -08:00
PhabricatorApplicationTransactionRemarkupPreviewController.php Support field previews in EditEngine 2015-12-27 08:17:18 -08:00
PhabricatorApplicationTransactionShowOlderController.php Modularize transaction/comment indexing in the FulltextEngine 2015-12-21 17:24:40 -08:00
PhabricatorApplicationTransactionValueController.php Convert all calls to 'IconFont' to just 'Icon' 2016-01-27 20:59:27 -08:00
PhabricatorEditEngineConfigurationDefaultCreateController.php Document how to customize forms in ApplicationEditor 2015-12-09 07:30:23 -08:00
PhabricatorEditEngineConfigurationDefaultsController.php Update EditEngine for two column 2016-03-28 09:18:55 -07:00
PhabricatorEditEngineConfigurationDisableController.php Allow EditEngine configurations to be disabled and marked as "Default" 2015-11-29 08:27:26 -08:00
PhabricatorEditEngineConfigurationEditController.php Allow ApplicationEditor forms to be reconfigured 2015-11-10 10:24:40 -08:00
PhabricatorEditEngineConfigurationIsEditController.php Allow EditEngine forms to be marked as "edit" forms 2015-12-08 13:00:30 -08:00
PhabricatorEditEngineConfigurationListController.php Make "profile menu" configuration mostly work 2016-01-13 11:45:31 -08:00
PhabricatorEditEngineConfigurationLockController.php Support comments as an EditEngine field 2015-11-22 16:27:17 -08:00
PhabricatorEditEngineConfigurationReorderController.php Allow form configurations to retitle and reorder forms and add preambles 2015-11-22 15:12:57 -08:00
PhabricatorEditEngineConfigurationSaveController.php Allow ApplicationEditor forms to be reconfigured 2015-11-10 10:24:40 -08:00
PhabricatorEditEngineConfigurationSortController.php Straighten out reorder permissions on form configurations 2015-12-19 07:36:00 -08:00
PhabricatorEditEngineConfigurationSubtypeController.php Allow EditEngine forms for objects which support subtyping to have a subtype configured 2017-03-02 04:18:06 -08:00
PhabricatorEditEngineConfigurationViewController.php Allow EditEngine forms for objects which support subtyping to have a subtype configured 2017-03-02 04:18:06 -08:00
PhabricatorEditEngineController.php Return 404 instead of undefined variable error when trying to edit a non-existent form 2016-02-18 09:54:47 -08:00
PhabricatorEditEngineListController.php Allow ApplicationEditor forms to be reconfigured 2015-11-10 10:24:40 -08:00