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 3f8e5c9620 Straighten out reorder permissions on form configurations
Summary:
Fixes T10012. The permissions here are little weird: you need edit permission on the //configurations//, not the //engines//. I was checking edit permission on the engines only.

I should possibly make this a bit more consistent, the engine edit permission is just very convenient to use to enforce object create permission right now. I'll likely clean this up after T9789.

Test Plan:
  - Tried to reorder forms as a less-privileged user, got proper policy errors.
  - Reordered forms normally as a regular user.

Reviewers: chad

Reviewed By: chad

Subscribers: Luke081515.2

Maniphest Tasks: T10012

Differential Revision: https://secure.phabricator.com/D14824
2015-12-19 07:36:00 -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 Update transactions for handleRequest 2015-12-02 07:59:36 -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 Slightly modernize transaction diff controller 2015-09-25 11:15:57 -07:00
PhabricatorApplicationTransactionShowOlderController.php Update transactions for handleRequest 2015-12-02 07:59:36 -08:00
PhabricatorApplicationTransactionValueController.php Update transactions for handleRequest 2015-12-02 07:59:36 -08:00
PhabricatorEditEngineConfigurationDefaultCreateController.php Document how to customize forms in ApplicationEditor 2015-12-09 07:30:23 -08:00
PhabricatorEditEngineConfigurationDefaultsController.php Allow EditEngine forms to have defaults assigned 2015-11-22 16:25:00 -08: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 Straighten out reorder permissions on form configurations 2015-12-19 07:36:00 -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
PhabricatorEditEngineConfigurationViewController.php Document how to customize forms in ApplicationEditor 2015-12-09 07:30:23 -08:00
PhabricatorEditEngineController.php Clean up an issue with meta-editing of edit engines 2015-12-14 15:26:03 -08:00
PhabricatorEditEngineListController.php Allow ApplicationEditor forms to be reconfigured 2015-11-10 10:24:40 -08:00