stable

Clone or download

Read-only

Display widget's description in panel

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 see widgets description in add widget modal when you click an widget title. Change-Id: I334080563fecebae3a9670a2cf0ff0c0c60bfab1

Modified Files

Name
M src/common/Dashboard/Widget/Add/AddWidgetController.php +1 −1 Go to diff View file
M src/common/Dashboard/Widget/Add/WidgetPresenter.php +8 −2 Go to diff View file
M src/templates/dashboard/add-widget-modal.mustache +17 −14 Go to diff View file
A src/templates/dashboard/widget-settings.mustache +8 −0 Go to diff View file
M src/templates/dashboard/widgets-categories.mustache +2 −2 Go to diff View file
M src/www/scripts/dashboards/dashboard-modals.js +31 −0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_dashboard-widgets.scss +20 −3 Go to diff View file