stable
Clone or download
Read-only
This is needed to be able to display read only value of the fields outside of artifact view (for example in artidoc document later). To test GET /artifacts/:id with values, or GET /artidoc/:id. Part of story #37542: display a read only Document Change-Id: I37b4515215fedb3425bc248af405119f6360340c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/artidoc/tests/unit/Artidoc/REST/v1/RawSectionsToRepresentationTransformerTest.php | +1 | −0 | Go to diff View file |
M | plugins/tracker/include/REST/Artifact/ArtifactFieldValueCommonmarkRepresentation.php | +1 | −0 | Go to diff View file |
M | plugins/tracker/include/REST/Artifact/ArtifactFieldValueTextRepresentation.class.php | +1 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Text.class.php | +21 | −12 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/Artifact/Changeset/ChangesetRepresentationBuilderTest.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/Artifact/FlatArtifactRepresentationTransformerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Tracker_Artifact_ChangesetValue_TextTest.php | +47 | −14 | Go to diff View file |