stable

Clone or download

Read-only

Purge widget configuration when label is merged

This is part of story #10499: Have a labels widget on project dashboards How to test: - On a label widget select one label - In label administration merge this label with an other one - Configuration should contains correct label Change-Id: I4848ba660ecca602993e56fd024b1085b36e3ec5

Modified Files

Name
M plugins/label/include/Label/Widget/Dao.php +14 −0 Go to diff View file
M plugins/label/include/labelPlugin.class.php +11 −1 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/project/Label/EditController.php +10 −1 Go to diff View file
A src/common/project/Label/MergeLabels.php +50 −0 Go to diff View file
M src/www/project/admin/labels.php +1 −1 Go to diff View file