stable

Clone or download

Read-only

feat: show CSV export button on the new table

part of story #38263 Choose my own columns based on field name (numeric, text, dates) How to test: - Enable the feature flag $ tuleap config-set feature_flag_enable_tql_select 1 - Write a query using SELECT and save the report - When the table is not empty, you should see the CSV export button. It does not appear when you are editing an unsaved report, when there is an error, when you are widget admin and there are invalid trackers, or while the table is loading. Change-Id: Ia34de9b98d8936ab00adc55b5be8694db91b745f

Modified Files

Name
M plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/SelectableTable.test.ts +61 −8 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/SelectableTable.vue +19 −3 Go to diff View file