stable

Clone or download

Read-only

Should be able to add a labels widget on empty dashboard

This is part of story #10499: Have a labels widget on project dashboards I should be able to add "Labeled items" widget with a chosen label on: - empty dashboards - dashboards without any "Labeled items" widget - dashboards with existing "Labeled items" widget Change-Id: Iedff8e1556b0548e437bd1dcc102f65714a9e53c

Modified Files

Name
M plugins/label/include/labelPlugin.class.php +14 −0 Go to diff View file
A plugins/label/www/scripts/configure-widget/index.js +42 −0 Go to diff View file
R plugins/label/www/scripts/project-labeled-items/src/labels-box.js Go to diff View file
M plugins/label/www/scripts/package-lock.json +16 −0 Go to diff View file
M plugins/label/www/scripts/package.json +1 −0 Go to diff View file
M plugins/label/www/scripts/project-labeled-items/src/index.js +0 −23 Go to diff View file
M plugins/label/www/scripts/webpack.config.js +60 −6 Go to diff View file