stable

Clone or download

Read-only

Display warning if test is updated by someone else

Part of story #11389: snapshot test executions With two different users, go on the same test/same campaign. - First user pass the test => the test is red for the other user. - First user edit definition of the test => a warning is displayed to the other user with a button. - Other user click on the button => test is reloaded and warning disappear. - If other does not refresh the test but switch to another test and come back to this test => test has been reloaded and warning has disappeared. Change-Id: I4780990da9b9491548c80f9a10e293ab5e6db78a

Modified Files

Name
M www/scripts/angular/po/fr.po +12 −0 Go to diff View file
M www/scripts/angular/po/template.pot +8 −0 Go to diff View file
M www/scripts/angular/src/app/execution-collection/execution-service.js +38 −7 Go to diff View file
M www/scripts/angular/src/app/execution-collection/execution-service.spec.js +68 −4 Go to diff View file
M www/scripts/angular/src/app/execution/execution-detail-controller.js +1 −1 Go to diff View file
M www/scripts/angular/src/app/execution/execution-detail.tpl.html +7 −1 Go to diff View file
M www/scripts/angular/src/app/socket/socket-service.js +1 −1 Go to diff View file
M www/themes/BurningParrot/css/includes/_execution.scss +9 −0 Go to diff View file