stable

Clone or download

Read-only

feat: Show translated column names for semantics

part of story #38648 Choose my own columns based on semantics and always there fields How to test: - Enable the feature flag: $ tuleap config-set feature_flag_enable_tql_select 1 - Write a query using SELECT @id, @title, @description, @submitted_on, @last_update_date and save the report. - In the table, you should see translated column names for each of those semantics and fields. Change-Id: I0a7ca6bb052c8c0589454083a4f731fb8c4d01f6

Modified Files

Name
M plugins/crosstracker/scripts/cross-tracker/po/fr_FR.po +3 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/po/pt_BR.po +3 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/SelectableTable.vue +20 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/domain/ColumnName.ts +10 −0 Go to diff View file