stable

Clone or download

Read-only

Scrollbars should be updated in all cases

Cases: - when the browser is resized - when columns are expanded or collapsed - when cards are loaded - when cards are added into a column - when columns are updated - when card display mode has changed - when cards are filtered This is a part of story #10353 display a kanban as a widget Change-Id: Ifc7cac63d608e7559edb16dd14e198017c333c27

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +17 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app.js +2 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-controller.js +6 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-directive.js +2 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +4 −2 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/resize-directive.js +14 −0 Go to diff View file