stable

Clone or download

Read-only

Display feedback after parent creation

This is part of story #10759 create a parent in planning view Error feedback were already handled. The success box disappears after 5 seconds. Change-Id: I88f6cb40963ab96a6d8ebf3dc054dcaf67f41bbd

Modified Files

Name
M plugins/agiledashboard/www/js/planning-v2/package-lock.json +11 −4 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/package.json +2 −1 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/po/fr.po +5 −1 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/po/template.pot +4 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app.js +2 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog-controller.js +12 −4 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog-controller.spec.js +5 −3 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog.js +2 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/planning.tpl.html +2 −0 Go to diff View file
A plugins/agiledashboard/www/js/planning-v2/src/app/success-message-component.js +21 −0 Go to diff View file
A plugins/agiledashboard/www/js/planning-v2/src/app/success-state.js +11 −0 Go to diff View file
M plugins/agiledashboard/www/themes/BurningParrot/css/scrum/_planning.scss +4 −0 Go to diff View file