stable

Clone or download

Read-only

Delete widget should be confirmed

This is part of story #10173 Have multiple dashboards When you try to delete a widget, a confirmation modal should be displayed. Change-Id: Ib472ade656b857230dec666dc356ba3293111512

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +13 −2 Go to diff View file
M site-content/tuleap-core.pot +10 −1 Go to diff View file
M src/common/Dashboard/DashboardPresenter.php +1 −1 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetPresenter.php +11 −0 Go to diff View file
A src/templates/dashboard/delete-widget-modal.mustache +35 −0 Go to diff View file
M src/templates/dashboard/widgets.mustache +7 −10 Go to diff View file
M src/www/scripts/dashboards/dashboard-modals.js +8 −7 Go to diff View file