stable
Clone or download
Read-only
closes request #22628 Add notification message when concurrent edition on modal
How to test: - Open an artifact in a modal and in artifact view - Update artifact in artifact view - Try to submit the artifact in the modal Expected result: - A message appears to tell you that you need to confirm to submit - The submit button becomes danger color - On the click of the button, the modal closes Change-Id: I39228435b0deefb02d4f8f9501e07b0d7a99030f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/scripts/lib/artifact-modal/po/fr_FR.po | +15 | −3 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/rest/rest-service.js | +35 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/rest/rest-service.test.js | +55 | −3 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal-controller.js | +60 | −9 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal-controller.test.js | +53 | −3 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal-service.js | +3 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal-service.test.js | +4 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.tpl.html | +3 | −2 | Go to diff View file |