stable
Clone or download
Read-only
Part of story #11347 have a UI to access Move artifact How to test: - Open the modal --> Placeholders should be displayed in both selectboxes - Select the current project - Select current tracker - Submit --> A rest error is displayed --> The selected project and tracker are still displayed in the selectboxes. Change-Id: I35d7c60e2987acee3d856ec6b49f8e547b23480b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/www/scripts/artifact-action-buttons/src/components/ProjectSelector.vue | +14 | −10 | Go to diff View file |
M | plugins/tracker/www/scripts/artifact-action-buttons/src/components/TrackerSelector.vue | +13 | −10 | Go to diff View file |
M | plugins/tracker/www/scripts/artifact-action-buttons/src/store/actions.js | +2 | −2 | Go to diff View file |
M | plugins/tracker/www/scripts/artifact-action-buttons/src/store/actions.spec.js | +4 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/artifact-action-buttons/src/store/mutations.js | +8 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/artifact-action-buttons/src/store/state.js | +2 | −1 | Go to diff View file |