stable

Clone or download

Read-only

Add pullrequest icon to labeled items

This is part of story #10499: Have a labels widget on project dashboards labeled_items REST route should now return a normal icon and small icon for pull requests. Change-Id: Ifff440acb2203b1486b8bcb53bc3f83c76bd569d

Modified Files

Name
M plugins/label/include/Label/REST/v1/LabeledItemRepresentation.php +13 −1 Go to diff View file
A plugins/pullrequest/glyphs/tuleap-pullrequest-small.svg +3 −0 Go to diff View file
A plugins/pullrequest/glyphs/tuleap-pullrequest.svg +3 −0 Go to diff View file
M plugins/pullrequest/include/PullRequest/Label/LabeledItemCollector.php +14 −1 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.class.php +18 −0 Go to diff View file
M plugins/pullrequest/tests/Label/LabeledItemCollectorTest.php +11 −1 Go to diff View file
M src/common/Label/LabeledItem.php +25 −1 Go to diff View file