stable
Clone or download
Read-only
Part of story #11347 have a UI to accesss Move artifact How to test: - Try to move an artifact within the same tracker (using the modal) - The tracker <option> should be disabled and there should be a "title" on the form element explaining why. Note: - I could not make a working bootstrap tooltip. Bootstrap tooltip triggers "destroy" on the Vue component which f**ks up the modal. - I could not find a way to have a tooltip/title on the disabled option... Change-Id: Icac6a04cd3dbc1a30feedf3fd302767b6d04b87c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactActionButtonPresenterBuilder.php | +0 | −2 | Go to diff View file |
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 | +2 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/artifact-action-buttons/po/fr.po | +5 | −2 | 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/components/MoveModal.vue | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/artifact-action-buttons/src/components/TrackerSelector.vue | +24 | −12 | 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/getters.js | +8 | −0 | Go to diff View file |