stable

Clone or download

Read-only

Comment should be updated automatically

This is part of story #22226 edit test execution comments How to test: - Have 2 sessions - Update a comment (add, change or remove the comment) Expected results: - On another session, -> If you was editing the comment, a warning is displayed to ask you if you want to continue or discard your comment. -> If you was not editing the comment, the new comment is displayed automatically. Change-Id: Ifaee058fab42c717f42fb625b66f9e13eedd8b7f

Modified Files

Name
M plugins/testmanagement/package-lock.json +11 −0 Go to diff View file
M plugins/testmanagement/package.json +1 −0 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/po/fr.po +13 −0 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution-collection/execution-service.js +7 −0 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution-collection/execution-service.test.js +16 −0 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-detail-controller.js +42 −4 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-detail-controller.test.js +58 −6 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-detail.tpl.html +18 −2 Go to diff View file
M plugins/testmanagement/themes/BurningParrot/css/includes/_current-execution.scss +8 −1 Go to diff View file