stable

Clone or download

Read-only

Take user preference into account

This is part of story #11543 Use new palette colors as background color in A.D The accessibility graphical item is now only displayed if the user has set the accessibility mode to true. This impacts: * Kanban * Kanban widget * PV2 * Scrum cardwall * Cardwall tracker report * Cardwall tracker report widget * Semantic card preview Change-Id: I38aa7be424b4bf18a7761b91779c1f41635f411f

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php +5 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2Presenter.class.php +6 −2 Go to diff View file
M plugins/agiledashboard/templates/kanban.mustache +1 −0 Go to diff View file
M plugins/agiledashboard/templates/pane-planning-v2.mustache +1 −0 Go to diff View file
M plugins/agiledashboard/templates/widgets/widget-kanban.mustache +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-main-controller.js +4 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item-controller.js +3 −0 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
A plugins/agiledashboard/www/js/kanban/src/app/user-accessibility-mode.js +9 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details-controller.js +2 −0 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/main-controller.js +2 −0 Go to diff View file
A plugins/agiledashboard/www/js/planning-v2/src/app/user-accessibility-mode.js +9 −0 Go to diff View file
M plugins/cardwall/include/CardInCellPresenterBuilder.class.php +1 −0 Go to diff View file
M plugins/cardwall/include/CardPresenter.class.php +16 −9 Go to diff View file
M plugins/cardwall/include/Semantic/CardFields.class.php +2 −1 Go to diff View file
M plugins/cardwall/include/Semantic/SemanticCardPresenter.php +10 −1 Go to diff View file
M plugins/cardwall/include/SingleCardBuilder.class.php +1 −0 Go to diff View file
M plugins/cardwall/templates/semantic-card-preview.mustache +2 −2 Go to diff View file
M plugins/cardwall/tests/RendererBoardBuilder.php +4 −2 Go to diff View file
M plugins/cardwall/www/themes/default/css/_cardwall.scss +5 −1 Go to diff View file
M plugins/tracker/templates/card.mustache +1 −1 Go to diff View file