stable

Clone or download

Read-only

First class collection instead of assoc array

This is a refactoring. No functional changes are expected. Part of story #14286: Finish Add in Place Change-Id: I29d3fb75546ffbb2380eaf76d5368b49bdab30bb

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php +1 −1 Go to diff View file
M plugins/taskboard/include/Tracker/AddInPlaceRetriever.php +3 −8 Go to diff View file
A plugins/taskboard/include/Tracker/MappedFieldsCollection.php +61 −0 Go to diff View file
M plugins/taskboard/include/Tracker/TrackerCollection.php +3 −3 Go to diff View file
M plugins/taskboard/include/Tracker/TrackerPresenterCollectionBuilder.php +14 −10 Go to diff View file
M plugins/taskboard/phpunit/Tracker/AddInPlaceRetrieverTest.php +10 −10 Go to diff View file
A plugins/taskboard/phpunit/Tracker/MappedFieldsCollectionTest.php +60 −0 Go to diff View file
M plugins/taskboard/phpunit/Tracker/TrackerPresenterCollectionBuilderTest.php +16 −24 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +1 −1 Go to diff View file