stable

Clone or download

Read-only

Modal empty state

this is part of story #11347 have a UI to accesss Move artifact How to test: Make sure to have tracker_move_artifact_ui = 1 in your local.inc In "Actions" button click on "Move artifact" A modal shoul open. Title of modale is the correct one, the modal just display an empty state for now Change-Id: Id8a93f70618f499c994e249d5e6c1b406b974b33

Modified Files

Name
M plugins/tracker/build-manifest.json +6 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ActionButtonPresenter.php +1 −11 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactActionButtonPresenterBuilder.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactCopyButtonPresenterBuilder.php +9 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactGraphDependenciesButtonPresenterBuilder.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactIncomingEmailButtonPresenterBuilder.php +0 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactMoveButtonPresenterBuilder.php +18 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactNotificationActionButtonPresenterBuilder.php +1 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/GlobalButtonsActionPresenter.php +16 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +10 −0 Go to diff View file
M plugins/tracker/phpunit/Tracker/ActionButton/ArtifactMoveButtonPresenterBuilderTest.php +26 −15 Go to diff View file
M plugins/tracker/templates/action-buttons.mustache +6 −2 Go to diff View file
A plugins/tracker/www/scripts/artifact-action-buttons/po/fr.po +22 −0 Go to diff View file
A plugins/tracker/www/scripts/artifact-action-buttons/po/template.pot +15 −0 Go to diff View file
A plugins/tracker/www/scripts/artifact-action-buttons/src/components/MoveModal.vue +63 −0 Go to diff View file
A plugins/tracker/www/scripts/artifact-action-buttons/src/from-tracker-presenter.js +40 −0 Go to diff View file
A plugins/tracker/www/scripts/artifact-action-buttons/src/index.js +41 −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 +4 −2 Go to diff View file
M plugins/tracker/www/scripts/webpack.config.js +50 −41 Go to diff View file