stable
Clone or download
Read-only
current query 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" and some trackers - Click on `Search` => The wanted column are displayed - Click on Cancel => The displayed report and query are reverted Change-Id: If320dcb35dda318f243fd2d851e1af96b1de4a36
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/scripts/cross-tracker/src/api/ArtifactsTableRetriever.test.ts | +48 | −9 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/api/ArtifactsTableRetriever.ts | +14 | −0 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/SelectableTable.test.ts | +114 | −4 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/SelectableTable.vue | +17 | −7 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/domain/RetrieveArtifactsTable.ts | +5 | −0 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/tests/stubs/RetrieveArtifactsTableStub.ts | +7 | −2 | Go to diff View file |