stable

Clone or download

Read-only

Fancy cumulative

This is a part of story #9463 see cumulative flow diagram To test: Run 'bower install' in kanban folder and 'npm run build'. Change-Id: I1ad7e9c64e971f54b16449da63580248ab9a4c9b

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/bower.json +33 −32 Go to diff View file
M plugins/agiledashboard/www/js/kanban/build.config.js +4 −3 Go to diff View file
M plugins/agiledashboard/www/js/kanban/package.json +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/fr.po +8 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/template.pot +8 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app.js +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.scss +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/reports-modal/_reports-modal.scss +52 −10 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/reports-modal/reports-modal-controller.js +157 −132 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/reports-modal/reports-modal-controller.spec.js +21 −16 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/reports-modal/reports-modal.tpl.html +19 −18 Go to diff View file