stable
Clone or download
Read-only
request #10322 Kanban card field is displayed even if when its empty
In kanban and in planning view, in card the assigned to is displayed even if its linked to None field should not be displayed Change-Id: I7bddd64f89a31877ac21d6506f0c3b7ab245b216
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/www/js/kanban/src/app/card-fields/card-fields-service.js | +22 | −15 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/card-fields/card-text-field/card-text-field.tpl.html | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item-controller.js | +17 | −16 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item.tpl.html | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details-controller.js | +22 | −21 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details.tpl.html | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/card-fields/card-fields-service.js | +23 | −16 | Go to diff View file |