mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
* ACS-2391: StorageObjectProps - add version content specific endpoints - GET /nodes/{nodeId}/versions/{versionId}/storage-info/{contentPropQName} - POST /nodes/{nodeId}/versions/{versionId}/storage-info/{contentPropQName}/archive - POST /nodes/{nodeId}/versions/{versionId}/storage-info/{contentPropQName}/archive-restore - since versioned content nodes are not in default workspace://SpaceStore ... - updated existing ContentStorageInfomation (and related tests) to handle nodeRef instead of nodeId - also fixed REST framework for operation/property for 2nd-level relationship (inc extra fix, eg. for "revert" version regression) - update based on PR feedback (thanks SA) - also update lic header to 2022 for new/changed Java files - update based on PR feedback (thanks MP) - minor: rename local variable (and similarly across codebase)