stable
Clone or download
Read-only
story #8637: have details only for one card
An icon is displayed on the card. When the users click on the icon, the details of the card are displayed regardless of the current preferences. The state for each card is not kept in user preferences. If the user toggle compact/view mode for the kanban then all cards are forced to be collapsed/expanded, but user can still expand them one after the other. When card is added in place, then its state respect user preferences. The same for real-time: if nodejs server push a new card, it will be expanded/collapsed accordingly to user prefs. Change-Id: I08654f774a382c540305b71ef42264c289b9e080
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/www/js/kanban/po/fr.po | +4 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/po/template.pot | +10 | −6 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js | +33 | −13 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.spec.js | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item.less | +216 | −196 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item.tpl.html | +12 | −5 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-service.js | +12 | −3 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban.less | +0 | −27 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html | +28 | −5 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/shared-properties/shared-properties-service.js | +35 | −23 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/less/main.less | +3 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/po/template.pot | +11 | −11 | Go to diff View file |
M | plugins/agiledashboard/www/themes/FlamingParrot/css/style.less | +41 | −1 | Go to diff View file |