stable
Clone or download
Read-only
This is a part of story #10173 Have multiple dashboards To test: - In local.inc add $sys_use_tlp_in_dashboards = 1; - Tuleap folder: $ yarn run core - You can add new widgets when there is no configuration required Change-Id: Iba8fb715afa718c94056388dfef2cc1f984de8fd
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +7 | −0 | Go to diff View file |
M | site-content/tuleap-core.pot | +6 | −0 | Go to diff View file |
M | src/common/Dashboard/DashboardPresenter.php | +1 | −0 | Go to diff View file |
M | src/common/Dashboard/Project/ProjectDashboardPresenter.php | +10 | −2 | Go to diff View file |
M | src/common/Dashboard/User/UserDashboardPresenter.php | +9 | −2 | Go to diff View file |
M | src/common/Dashboard/Widget/Add/AddWidgetController.php | +125 | −14 | Go to diff View file |
M | src/common/Dashboard/Widget/Add/WidgetPresenter.php | +4 | −0 | Go to diff View file |
M | src/common/Dashboard/Widget/Router.php | +3 | −0 | Go to diff View file |
M | src/templates/dashboard/add-widget-modal.mustache | +4 | −3 | Go to diff View file |
M | src/templates/dashboard/dashboard-tabs.mustache | +1 | −1 | Go to diff View file |
M | src/templates/dashboard/widget-settings.mustache | +6 | −0 | Go to diff View file |
M | src/www/scripts/dashboards/dashboard-modals.js | +7 | −0 | Go to diff View file |
M | src/www/widgets/index.php | +4 | −2 | Go to diff View file |