mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
ACS-4032 Create category (POST) (#1606)
* ACS-4028 Get category by id (#1591) * ACS-4028: Get category by id endpoint. * ACS-4028: Get category by id endpoint. * ACS-4028: Get category by id endpoint - integration TAS tests. * ACS-4028: Get category by id endpoint - refactoring. * ACS-4028: Adding test to test suite. * ACS-4028: Fixes after code review. * ACS-4032: Initial code for POST category endpoint. * ACS-4032: Full implementation for POST category endpoint + tests. * ACS-4032: Some fixes and refactors after code review.
This commit is contained in:
@@ -573,6 +573,7 @@
|
||||
org.alfresco.service.cmr.search.CategoryService.deleteClassification=ACL_ALLOW
|
||||
org.alfresco.service.cmr.search.CategoryService.deleteCategory=ACL_ALLOW
|
||||
org.alfresco.service.cmr.search.CategoryService.getTopCategories=ACL_ALLOW
|
||||
org.alfresco.service.cmr.search.CategoryService.getRootCategoryNodeRef=ACL_ALLOW
|
||||
org.alfresco.service.cmr.search.CategoryService.*=ACL_DENY
|
||||
</value>
|
||||
</property>
|
||||
|
Reference in New Issue
Block a user