1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-03 18:38:27 +01:00
phorge-phorge/src/infrastructure/customfield/standard
epriestley 8e263a2f64 Support "date" custom fields in "*.edit" endpoints
Summary: Fixes T13355. This didn't appear to be a ton of extra work, we just didn't get it for free in the original implementation in D14635.

Test Plan:
  - Saw "date" custom fields appear in Conduit API documentation for "maniphest.edit".
  - Set custom "date" field to null and non-null values via the API.

{F6666582}

Maniphest Tasks: T13355

Differential Revision: https://secure.phabricator.com/D20690
2019-07-31 13:10:14 -07:00
..
PhabricatorStandardCustomField.php Add basic, rough support for changing field behavior based on object subtype 2019-02-15 19:17:57 -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 Support "date" custom fields in "*.edit" endpoints 2019-07-31 13:10:14 -07: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 Support export engine extensions and implement an extension for custom fields 2018-01-29 15:59:58 -08:00
PhabricatorStandardCustomFieldLink.php Explicitly add rel="noreferrer" to all external links 2018-02-17 17:46:11 -08:00
PhabricatorStandardCustomFieldPHIDs.php Add "does not match regexp" to Herald 2016-02-11 15:29:38 -08:00
PhabricatorStandardCustomFieldRemarkup.php Export "date" and "remarkup" custom fields to Excel + "zip" extension check 2019-07-18 09:59:20 -07:00
PhabricatorStandardCustomFieldSelect.php Support exporting custom "Options/Select" fields to Excel/JSON/CSV/etc 2019-03-25 12:58:14 -07:00
PhabricatorStandardCustomFieldText.php Support export engine extensions and implement an extension for custom fields 2018-01-29 15:59:58 -08:00
PhabricatorStandardCustomFieldTokenizer.php Provide comment actions for tokenizer custom fields 2018-03-29 14:10:15 -07:00
PhabricatorStandardCustomFieldUsers.php Improve Conduit type handling for *.edit endpoints 2015-12-16 08:45:46 -08:00