stable
Clone or download
Read-only
part of story #38263 Choose my own columns based on field name (numeric, text, dates) How to test: - Run the following command to enable the feature flag: tuleap config-set feature_flag_enable_tql_select 1 - Write a query with a "SELECT", save the report. - Reload the page - When you load the widget, it should fetch the selected columns and artifact values, the integer and float value are correctly formatted. Change-Id: I4833c99072272a8ac0b0540e3138c84949b441bf
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/scripts/cross-tracker/src/api/ArtifactsTableBuilder.test.ts | +71 | −17 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/api/ArtifactsTableBuilder.ts | +37 | −17 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/api/cross-tracker-rest-api-types.ts | +12 | −1 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/SelectableTable.test.ts | +20 | −7 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/SelectableTable.vue | +4 | −1 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/domain/ArtifactsTable.ts | +7 | −1 | Go to diff View file |