stable

Clone or download

Read-only

Add UI read only in siteadmin to disable project widget

This is part of story #14086 disable widgets for project dashboard Manually add the widget name into project_dashboards_disabled_widgets. Then this widget is displayed as disabled in the siteadmin UI. Change-Id: I20e62553f70668fff821a9b8a5f40626eefae22d

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +6 −0 Go to diff View file
M src/common/Dashboard/Widget/Add/AddWidgetController.php +2 −3 Go to diff View file
M src/common/Request/RouteCollector.php +8 −0 Go to diff View file
M src/common/Widget/WidgetFactory.php +9 −2 Go to diff View file
M src/common/admin/ProjectCreationNavBarPresenter.php +5 −1 Go to diff View file
A src/common/admin/ProjectWidgetsConfigurationDisplayController.php +84 −0 Go to diff View file
A src/common/admin/ProjectWidgetsConfigurationPresenter.php +51 −0 Go to diff View file
A src/common/admin/ProjectWidgetsPresenter.php +49 −0 Go to diff View file
M src/templates/admin/projects/creation-settings-tabs.mustache +1 −0 Go to diff View file
A src/templates/admin/projects/project-widgets-configuration-pane.mustache +50 −0 Go to diff View file