stable

Clone or download

Read-only

Process the move

this is part of story #11347 have a UI to accesss Move artifact How to test: - process the move on an artifact you can't move => error is displayed, modal title display source => destination - process the move on an aritfatc you can move => the move is processed => a spinner is displayed during move => once move has been processed you are redirected to the new artifact page Success message will be done in a dedicated commit When move result in error, the modal is too small and the title is ugly, this will be corrected in a deidcated commit Change-Id: I0c3d2de3a2611d1b44fc43e78a91c7d1a35eb2c5

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/ActionButtons/GlobalButtonsActionPresenter.php +6 −0 Go to diff View file
M plugins/tracker/templates/action-buttons/action-buttons.mustache +1 −0 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/po/fr.po +3 −0 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/po/template.pot +3 −0 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/api/rest-querier.js +19 −2 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/api/rest-querier.spec.js +20 −3 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/components/MoveModal.vue +33 −4 Go to diff View file
A plugins/tracker/www/scripts/artifact-action-buttons/src/components/MoveModalPreviewTitle.vue +80 −0 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/components/MoveModalSelectors.vue +3 −7 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/components/ProjectSelector.vue +3 −1 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/components/TrackerSelector.vue +16 −4 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/from-tracker-presenter.js +8 −3 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/index.js +2 −2 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/store/actions.js +10 −1 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/store/actions.spec.js +42 −1 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/store/mutations.js +9 −0 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/store/state.js +4 −1 Go to diff View file
M plugins/tracker/www/themes/default/css/includes/_move-artifact.scss +6 −0 Go to diff View file