stable

Clone or download

Read-only

Display a modal when we edit a widget

This is part of story #10173 Have multiple dashboards Edit a widget (like ImageViewer) A modal should appear, with a spinner if the request is taking too long. The modal does nothing for now. Fix a bug in TLP (the removal of event listener does not work). Change-Id: I647748411239dc4c20699bf568eb8ed919c5549d

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +3 −0 Go to diff View file
M site-content/tuleap-core.pot +3 −0 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetPresenter.php +2 −0 Go to diff View file
A src/templates/dashboard/edit-widget-modal.mustache +37 −0 Go to diff View file
M src/templates/dashboard/widgets.mustache +9 −3 Go to diff View file
M src/www/scripts/dashboards/dashboard-modals.js +27 −5 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_dashboard-widgets.scss +5 −0 Go to diff View file
A src/www/themes/BurningParrot/images/spinner.gif Binary file Go to diff View file
M src/www/themes/common/tlp/src/js/modal.js +1 −1 Go to diff View file
A src/www/widgets/get_edit_modal_content.php +23 −0 Go to diff View file