stable

Clone or download

Read-only

At modal edit we should see the stored labels

This is part of story #10499: Have a labels widget on project dashboards How to test: Add some labels to a label widget Then edit the configuration => previous saved labels should be selected Change-Id: I24ff97e71c9e6167f78f461f075ea100e7770993

Modified Files

Name
A plugins/label/include/Label/Widget/ProjectLabelBuilder.php +37 −0 Go to diff View file
A plugins/label/include/Label/Widget/ProjectLabelConfigDao.php +34 −0 Go to diff View file
A plugins/label/include/Label/Widget/ProjectLabelConfigRetriever.php +44 −0 Go to diff View file
M plugins/label/include/Label/Widget/ProjectLabeledItems.php +24 −9 Go to diff View file
M plugins/label/include/autoload.php +5 −2 Go to diff View file
M plugins/label/templates/widgets/project-label-selector.mustache +1 −1 Go to diff View file