stable

Clone or download

Read-only

Edit widget preferencies

Part of story #11054 - have kanban widgets filtered by default How to test: - In your kanban widget, click on the cog icon in the header of the widget - Click on edit - Choose a tracker report - Submit the form --> The widget view is updated accordingly to the selected tracker report --> The name of the report is displayed in the widget header (if the kanban is filtered) --> No tracker report selectbox in the kanban header - Edit the kanbanand remove all the selectable reports - Refresh the dashboard --> The kanban is not filtered anymore --> Only "none" can be selected in the selectbox Change-Id: Ic1187f9edee323d79d12129f014a7bc2ad8fe8cd

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Widget/Kanban.php +85 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/MyKanban.php +6 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/ProjectKanban.php +6 −3 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanConfigUpdater.php +52 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanReportSelectorPresenter.php +34 −0 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +10 −2 Go to diff View file
M plugins/agiledashboard/include/autoload.php +4 −2 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po +8 −2 Go to diff View file
M plugins/agiledashboard/site-content/tuleap-agiledashboard.pot +6 −0 Go to diff View file
A plugins/agiledashboard/templates/widgets/widget-kanban-report-selector.mustache +31 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-main-controller.js +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/filter-tracker-report/filter-tracker-report-controller.js +6 −3 Go to diff View file