1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-03 20:22:46 +01:00
phorge-phorge/src/infrastructure/export/field
epriestley 917fedafe6 Support exporting custom "Options/Select" fields to Excel/JSON/CSV/etc
Summary:
See <https://discourse.phabricator-community.org/t/exporting-custom-select-fields-as-part-of-query-exports/2466/>.

In JSON, export both the internal key and the visible value. For other formats, export the visible label.

Test Plan:
  - Added a custom options/select field.
  - Exported CSV, JSON, Text, got sensible output.

Reviewers: amckinley

Reviewed By: amckinley

Differential Revision: https://secure.phabricator.com/D20316
2019-03-25 12:58:14 -07:00
..
PhabricatorDoubleExportField.php Export task point values as double, not int 2018-05-08 15:49:40 -07:00
PhabricatorEpochExportField.php Organize the export code into subdirectories 2018-01-29 16:01:02 -08:00
PhabricatorExportField.php Implement common infrastructure fields as export extensions 2018-01-29 16:05:32 -08:00
PhabricatorIDExportField.php Organize the export code into subdirectories 2018-01-29 16:01:02 -08:00
PhabricatorIntExportField.php Organize the export code into subdirectories 2018-01-29 16:01:02 -08:00
PhabricatorListExportField.php Implement common infrastructure fields as export extensions 2018-01-29 16:05:32 -08:00
PhabricatorOptionExportField.php Support exporting custom "Options/Select" fields to Excel/JSON/CSV/etc 2019-03-25 12:58:14 -07:00
PhabricatorPHIDExportField.php Organize the export code into subdirectories 2018-01-29 16:01:02 -08:00
PhabricatorPHIDListExportField.php Implement common infrastructure fields as export extensions 2018-01-29 16:05:32 -08:00
PhabricatorStringExportField.php Implement common infrastructure fields as export extensions 2018-01-29 16:05:32 -08:00
PhabricatorStringListExportField.php Implement common infrastructure fields as export extensions 2018-01-29 16:05:32 -08:00
PhabricatorURIExportField.php Support new data export infrastructure in Maniphest 2018-01-29 16:04:39 -08:00