stable

Clone or download

Read-only

Refactoring: Use Vuex to manage report saved state

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

Modified Files

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