stable

Clone or download

Read-only

story #8808: Be able to drop in a collapsed column

How to test this: - Drop into a closed column that was never loaded. The number of items should increase - Close an open column, then drop into it - Make sure the items do not disappear when opening / closing columns - Try the same things while filtering items There are known issues with realtime that will be adressed in the next commit. Change-Id: Ie8b7065f323660ee28673ca08f5d7c469ed77cef

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +213 −113 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.spec.js +614 −70 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/in-properties-filter/in-properties-filter.js +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/in-properties-filter/in-properties-filter.spec.js +273 −113 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.less +20 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +54 −12 Go to diff View file
M plugins/agiledashboard/www/themes/FlamingParrot/css/style.less +96 −24 Go to diff View file