stable

Clone or download

Read-only

Add the obsolescence date and the status metdata for link item

This is a part of story #12638 Add always there metadata date in new/update item modal You can test the patch via the explorer The tests are pretty similar than the commit 7bef9075290d00e8300fc448196f4a5d52020a1e Change-Id: Ic7717275dfe6bce9f1c2b73ce0e9c6e8c44935cc

Modified Files

Name
M plugins/docman/include/REST/v1/DocmanFoldersResource.php +25 −7 Go to diff View file
M plugins/docman/include/REST/v1/DocmanItemCreator.php +2 −2 Go to diff View file
M plugins/docman/include/REST/v1/Links/DocmanLinkPOSTRepresentation.php +11 −0 Go to diff View file
M plugins/docman/phpunit/REST/v1/DocmanItemCreatorTest.php +91 −0 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanItemsTestFoldersTest.php +48 −0 Go to diff View file
M plugins/docman/tests/rest/docmanWithActivatedMetadata/DocmanHardcodedMetadataTest.php +74 −0 Go to diff View file