stable
Clone or download
Read-only
This is a part of the story #12638 Add always there metadata date in new/update item modal (title, description, status, obscolescence date...) This patch will make easier to understand the service structure. It will also prepare the next development iteration. No functionnal change expected here. Change-Id: Ic6f34bdf7be3344184d00629936fc346f3e233ee
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/REST/v1/DocmanItemsResource.php | +3 | −1 | Go to diff View file |
M | plugins/docman/include/REST/v1/ItemRepresentation.php | +2 | −1 | Go to diff View file |
M | plugins/docman/include/REST/v1/ItemRepresentationBuilder.php | +3 | −2 | Go to diff View file |
R | plugins/docman/include/REST/v1/MetadataListValueRepresentation.php | Go to diff View file | ||
R | plugins/docman/include/REST/v1/MetadataRepresentation.php | Go to diff View file | ||
R | plugins/docman/include/REST/v1/MetadataRepresentationBuilder.php | Go to diff View file | ||
R | plugins/docman/include/REST/v1/UnknownMetadataException.php | Go to diff View file | ||
M | plugins/docman/include/docmanPlugin.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/phpunit/REST/v1/ItemRepresentationBuilderTest.php | +3 | −1 | Go to diff View file |
M | plugins/docman/phpunit/REST/v1/ItemRepresentationCollectionBuilderTest.php | +2 | −1 | Go to diff View file |
M | plugins/docman/phpunit/REST/v1/MetadataRepresentationBuilderTest.php | +3 | −0 | Go to diff View file |