1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-27 09:12:41 +01:00
phorge-phorge/src/infrastructure/customfield/standard
epriestley 743dc9fdb5 Stop "Header" fields (labels for form sections) from trying to generate Conduit edits
Summary: Fixes T12236. Headers are currently trying to generate an edit transaction for `maniphest.edit` and similar, but should not, since you can't edit them.

Test Plan:
  - Configured Maniphest with a custom header field.
  - Before change: `maniphest.edit` API console page fataled.
  - After change: all good, no weird "header" transaction.
  - Header still shows up on "Edit Task" form in web UI.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12236

Differential Revision: https://secure.phabricator.com/D17332
2017-02-10 07:39:39 -08:00
..
PhabricatorStandardCustomField.php Convert projects to EditEngine 2015-12-27 15:42:50 -08:00
PhabricatorStandardCustomFieldBlueprints.php Allow "Repository Automation" to be configured for repositories 2015-10-13 15:45:59 -07:00
PhabricatorStandardCustomFieldBool.php Add "does not match regexp" to Herald 2016-02-11 15:29:38 -08:00
PhabricatorStandardCustomFieldCredential.php Fill in new URI credential edit web UI interfaces 2016-05-02 04:26:13 -07:00
PhabricatorStandardCustomFieldDatasource.php Provide a generic "Datasource" StandardCustomField 2015-09-21 04:41:52 -07:00
PhabricatorStandardCustomFieldDate.php Make custom "date" field feed stories human-readable 2016-01-12 07:11:26 -08:00
PhabricatorStandardCustomFieldHeader.php Stop "Header" fields (labels for form sections) from trying to generate Conduit edits 2017-02-10 07:39:39 -08:00
PhabricatorStandardCustomFieldInt.php Improve Conduit type handling for *.edit endpoints 2015-12-16 08:45:46 -08:00
PhabricatorStandardCustomFieldLink.php Fix ContainsConstraints for array-valued custom field constraints in "*.search" methods 2016-09-07 09:08:10 -07:00
PhabricatorStandardCustomFieldPHIDs.php Add "does not match regexp" to Herald 2016-02-11 15:29:38 -08:00
PhabricatorStandardCustomFieldRemarkup.php Update to use PHUIRemarkupView everywhere possible 2016-02-16 14:05:53 -08:00
PhabricatorStandardCustomFieldSelect.php Improve Conduit type handling for *.edit endpoints 2015-12-16 08:45:46 -08:00
PhabricatorStandardCustomFieldText.php Make "text" custom fields appear in ApplicationSearch again 2016-09-21 16:39:43 -07:00
PhabricatorStandardCustomFieldTokenizer.php Convert DrydockBlueprints to EditEngine 2016-03-03 15:21:25 -08:00
PhabricatorStandardCustomFieldUsers.php Improve Conduit type handling for *.edit endpoints 2015-12-16 08:45:46 -08:00