stable
Clone or download
Read-only
This is part of story #10499: Have a labels widget on project dashboards How to test: - In label widget you should see your selected labels Change-Id: I1c20ba5f69864f659c262ebbe147c8d90fe0be44
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/label/include/Label/Widget/ProjectLabelBuilder.php | +4 | −2 | Go to diff View file |
M | plugins/label/include/Label/Widget/ProjectLabelConfigDao.php | +6 | −3 | Go to diff View file |
M | plugins/label/include/Label/Widget/ProjectLabelConfigRetriever.php | +1 | −1 | Go to diff View file |
A | plugins/label/include/Label/Widget/ProjectLabelConfigurationLabelsFormatter.php | +40 | −0 | Go to diff View file |
M | plugins/label/include/Label/Widget/ProjectLabeledItems.php | +26 | −7 | Go to diff View file |
M | plugins/label/include/Label/Widget/ProjectLabeledItemsPresenter.php | +2 | −1 | Go to diff View file |
M | plugins/label/include/autoload.php | +3 | −2 | Go to diff View file |
A | plugins/label/templates/widgets/project-labeled-items-config.mustache | +5 | −0 | Go to diff View file |
M | plugins/label/www/themes/BurningParrot/css/_label.scss | +6 | −0 | Go to diff View file |
M | src/common/Dashboard/Widget/DashboardWidgetPresenter.php | +14 | −7 | Go to diff View file |
M | src/common/widget/Widget.class.php | +10 | −0 | Go to diff View file |
M | src/templates/dashboard/widgets.mustache | +6 | −1 | Go to diff View file |