stable

Clone or download

Read-only

Refactoring: use named export syntax for all Vuex modules

Part of the story #12187: Configure workflow pre & post actions at target state level No functional changes. This syntax makes it easier to have "private" functions that are not exported and are close to the "public" functions using them. I'll make use of that in the next patch. Change-Id: Ie45c7b2e7cb8a3a51c21d4047f0890255f118ed6

Modified Files

Name
M plugins/tracker/www/scripts/workflow-transitions/src/store/index.js +2 −2 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/store/mutations.js +100 −79 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/store/mutations.spec.js +2 −6 Go to diff View file