stable

Clone or download

Read-only

Select current project by default

Part of story #11347 have a UI to accesss Move artifact How to test: Open the move modal, you current project should be selected Close the modal and open it again, your current project should still be selected Change-Id: Ic9a3918df48ede7f1473195702eb00e2645b8ffa

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/ActionButtons/GlobalButtonsActionPresenter.php +5 −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/src/components/ProjectSelector.vue +5 −5 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/from-tracker-presenter.js +15 −3 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/modal.js +8 −2 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/store/actions.js +5 −1 Go to diff View file