1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-02 19:52:44 +01:00
phorge-phorge/src/applications/transactions/controller
epriestley 269e0bfc94 Allow EditEngine form fields to be locked and hidden
Summary:
Ref T9132. Allows fields to be locked (shown, but not modifiable) and hidden (not shown).

In both cases, default values are still respected.

This lets you do things like create a form that generates objects with specific projects, policies, etc.

Test Plan:
  - Set defaults.
  - Locked and hid a bunch of fields.
  - Created new objects using the resulting form.

{F975801}

{F975802}

{F975803}

{F975804}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T9132

Differential Revision: https://secure.phabricator.com/D14509
2015-11-22 16:25:32 -08:00
..
PhabricatorApplicationTransactionCommentEditController.php Modernize transaction comment editor 2015-06-29 11:30:27 -07:00
PhabricatorApplicationTransactionCommentHistoryController.php Prepare TransactionCommentQuery for extension 2015-03-09 14:11:18 -07:00
PhabricatorApplicationTransactionCommentQuoteController.php Make two small fixes to the quoting feature 2014-05-05 11:23:12 -07:00
PhabricatorApplicationTransactionCommentRawController.php T6594, Logged out users should see "View Raw" in dropdown of timeline items 2015-01-09 06:47:16 -08:00
PhabricatorApplicationTransactionCommentRemoveController.php Move all comment management junk into a dropdown menu 2014-05-05 10:57:23 -07:00
PhabricatorApplicationTransactionController.php Policy Transactions - add a details view for custom policy 2014-04-29 09:42:54 -07:00
PhabricatorApplicationTransactionDetailController.php Slightly modernize transaction diff controller 2015-09-25 11:15:57 -07:00
PhabricatorApplicationTransactionShowOlderController.php Use PhutilClassMapQuery instead of PhutilSymbolLoader 2015-08-14 07:49:01 +10:00
PhabricatorApplicationTransactionValueController.php Fix bad rendering for custom policy descriptions 2015-04-09 13:10:19 -07:00
PhabricatorEditEngineConfigurationDefaultsController.php Allow EditEngine forms to have defaults assigned 2015-11-22 16:25:00 -08:00
PhabricatorEditEngineConfigurationEditController.php Allow ApplicationEditor forms to be reconfigured 2015-11-10 10:24:40 -08:00
PhabricatorEditEngineConfigurationListController.php Allow ApplicationEditor forms to be reconfigured 2015-11-10 10:24:40 -08:00
PhabricatorEditEngineConfigurationLockController.php Allow EditEngine form fields to be locked and hidden 2015-11-22 16:25:32 -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
PhabricatorEditEngineConfigurationViewController.php Allow EditEngine form fields to be locked and hidden 2015-11-22 16:25:32 -08:00
PhabricatorEditEngineController.php Allow ApplicationEditor forms to be reconfigured 2015-11-10 10:24:40 -08:00
PhabricatorEditEngineListController.php Allow ApplicationEditor forms to be reconfigured 2015-11-10 10:24:40 -08:00