stable
Clone or download
Read-only
This is a part of story #10499 Have a labels widget on project dashboards To test: The labels edition is done with a select2. The color will be done in following commit. Change-Id: I5bccc84576a04e595ce630db994dfc8a0dea0c80
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/label/include/Label/Widget/ProjectLabelBuilder.php | +13 | −0 | Go to diff View file |
M | plugins/label/include/Label/Widget/ProjectLabelSelectorPresenter.php | +6 | −4 | Go to diff View file |
M | plugins/label/include/Label/Widget/ProjectLabeledItems.php | +29 | −7 | Go to diff View file |
M | plugins/label/templates/widgets/project-label-selector.mustache | +18 | −6 | Go to diff View file |
M | plugins/label/www/scripts/project-labeled-items/src/index.js | +25 | −0 | Go to diff View file |
A | plugins/label/www/scripts/project-labeled-items/src/labels-box.js | +58 | −0 | Go to diff View file |
M | src/www/scripts/dashboards/dashboard-modals.js | +8 | −0 | Go to diff View file |