stable

Clone or download

Read-only

Refactoring: Use Vuex to manage reportId

Part of story #12345 export results to csv How to test: - no functional changes expected - Report id should still be independent for two widgets on the same dashboard. Change-Id: I50ddf980d13544d383714c8d320ae96ba6619be2

Modified Files

Name
M plugins/crosstracker/scripts/cross-tracker/src/ArtifactTable.spec.js +1 −3 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/ArtifactTable.vue +3 −4 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/CrossTrackerWidget.spec.js +1 −4 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/CrossTrackerWidget.vue +3 −6 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/index.js +2 −2 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.spec.js +1 −4 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.vue +3 −4 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/store/mutations.js +4 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/store/state.js +1 −0 Go to diff View file