stable

Clone or download

Read-only

REST representations of the taskboard plugin are immutable

This is a technical change, no functional change is expected. Part of request #15111: REST representations should not be mutable Change-Id: I4b18a71275749cca4c6e539d31692c3a35f1b706

Modified Files

Name
M plugins/taskboard/include/REST/v1/Card/CardPatchRepresentation.php +3 −0 Go to diff View file
M plugins/taskboard/include/REST/v1/CardRepresentation.php +51 −13 Go to diff View file
M plugins/taskboard/include/REST/v1/CardRepresentationBuilder.php +2 −8 Go to diff View file
M plugins/taskboard/include/REST/v1/Cell/CellPatchRepresentation.php +3 −0 Go to diff View file
M plugins/taskboard/include/REST/v1/MappedListValueRepresentation.php +14 −3 Go to diff View file
M plugins/taskboard/include/REST/v1/RemainingEffortRepresentation.php +4 −1 Go to diff View file
M plugins/taskboard/include/REST/v1/RemainingEffortRepresentationBuilder.php +1 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +2 −2 Go to diff View file