stable

Clone or download

Read-only

Be able to switch between default and expert mode in cross tracker

widget Part of story #39330 Choose on which tracker I perform my query How to test: - Pass the widget in writing mode => The switch is displayed => The switch is checked or not according to current mode of the widget ( checked = the widget is in expert mode) - Switch the mode, write a query and click on search => The query is in error if your query is in error => The error displayed according to the mode - Save the report and reload the page => The widget query mode is same as before the reloading Change-Id: If362b9e735c53980fdb72f7dc780607cbb2949f3

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/CrossTrackerWidget.vue +8 −2 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/api/ArtifactsTableRetriever.test.ts +2 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/api/ArtifactsTableRetriever.ts +3 −2 Go to diff View file
A plugins/crosstracker/scripts/cross-tracker/src/components/SwitchModeInput.test.ts +65 −0 Go to diff View file
A plugins/crosstracker/scripts/cross-tracker/src/components/SwitchModeInput.vue +70 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/SelectableTable.vue +1 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/domain/RetrieveArtifactsTable.ts +1 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/WritingMode.vue +2 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/writing-cross-tracker-report.ts +4 −0 Go to diff View file