stable
Clone or download
Read-only
part of story #10720 have the new list view with base actions How to test: - have docman + document plugin installed => route should return the parent folder id - docman is not avaiable for projet => no data leak Change-Id: Ia6c563361f2e2a7bb53a04cd80e174adccdd221b
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/docman/tests/rest/init_test_data.php | +24 | −0 | Go to diff View file |
A | plugins/document/include/Items/ItemDao.php | +33 | −0 | Go to diff View file |
A | plugins/document/include/REST/v1/ItemRepresentation.php | +34 | −0 | Go to diff View file |
A | plugins/document/include/REST/v1/ItemRepresentationBuilder.php | +53 | −0 | Go to diff View file |
M | plugins/document/include/documentPlugin.class.php | +33 | −0 | Go to diff View file |
A | plugins/document/tests/rest/init_test_data.php | +24 | −0 | Go to diff View file |
M | tests/rest/_fixtures/01-private-member/project.xml | +1 | −0 | Go to diff View file |
M | tests/rest/bin/setup.sh | +1 | −0 | Go to diff View file |
M | tests/rest/tests/ProjectTest.php | +5 | −0 | Go to diff View file |