ACS-4026: Create orphaned tag with POST /tags (#1748)

* ACS-4026: Create orphaned tag with POST /tags
This commit is contained in:
Krystian Dabrowski
2023-02-10 16:51:22 +01:00
committed by GitHub
parent 9457e019ef
commit 96c1464b6c
16 changed files with 933 additions and 73 deletions

View File

@@ -50,6 +50,7 @@ import org.junit.runners.Suite;
org.alfresco.repo.webdav.WebDAVLockServiceImplTest.class,
org.alfresco.rest.api.RulesUnitTests.class,
org.alfresco.rest.api.CategoriesUnitTests.class,
org.alfresco.rest.api.TagsUnitTests.class,
org.alfresco.rest.api.impl.ContentStorageInformationImplTest.class,
org.alfresco.rest.api.nodes.NodeStorageInfoRelationTest.class,
org.alfresco.rest.api.search.ResultMapperTests.class,