stable

Clone or download

Read-only

Modal has now a project dropdown

this is part of story #11347 have a UI to accesss Move artifact How to test: - there is a spinner while the project aren't fully load - a select box display all the project user is administrator of at least one project (as move button is displayed only when user is tracker admin of this particular tracker, this list can not be empty) - if REST route fails, an error is displayed Change-Id: I2e446e7f5f2af72cfa99f504a67cd8c033240b5b

Modified Files

Name
M plugins/tracker/www/scripts/artifact-action-buttons/po/fr.po +6 −3 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/po/template.pot +6 −3 Go to diff View file
A plugins/tracker/www/scripts/artifact-action-buttons/src/api/rest-querier.js +34 −0 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/components/MoveModal.vue +42 −22 Go to diff View file
A plugins/tracker/www/scripts/artifact-action-buttons/src/components/MoveModalTitle.vue +46 −0 Go to diff View file
A plugins/tracker/www/scripts/artifact-action-buttons/src/components/ProjectSelector.vue +38 −0 Go to diff View file
A plugins/tracker/www/scripts/artifact-action-buttons/src/store/actions.js +43 −0 Go to diff View file
A plugins/tracker/www/scripts/artifact-action-buttons/src/store/getters.js +26 −0 Go to diff View file
A plugins/tracker/www/scripts/artifact-action-buttons/src/store/index.js +34 −0 Go to diff View file
A plugins/tracker/www/scripts/artifact-action-buttons/src/store/mutations.js +32 −0 Go to diff View file
A plugins/tracker/www/scripts/artifact-action-buttons/src/store/state.js +25 −0 Go to diff View file
M plugins/tracker/www/scripts/package-lock.json +5 −0 Go to diff View file
M plugins/tracker/www/scripts/package.json +2 −1 Go to diff View file
M plugins/tracker/www/scripts/webpack.config.js +10 −0 Go to diff View file
M plugins/tracker/www/themes/default/css/style.scss +8 −0 Go to diff View file