Details
-
Fix
-
Status: Dismissed (View Workflow)
-
Medium
-
Resolution: Works as designed
-
2.8.0
-
None
-
None
Description
Current Behaviour
When a user recursively exports a folder holding calendars in its sub-folders ,then any calendar objects are missing in the export zip file.
- Calendars will not be included in an export .zip file that is created by exporting from a user folder such as “/Test/DPL”.
- Calendars will be exported if the export is invoked from the system folder “calendars” that holds calendar objects.
How to reproduce
The following REST API request is used with the URL http://centostest-secondary.sos:7446
body { "exportFile": { "format": "ZIP", "filename": "export-dpl-calendars.zip" }, "useShortPath": false, "shallowCopy": { "controllerId": "", "objectTypes": [ "WORKINGDAYSCALENDAR", "NONWORKINGDAYSCALENDAR" ], "folders": [ "/Test/DPL" ], "recursive": true, "withoutDrafts": false, "withoutDeployed": false, "withoutReleased": false, "onlyValidObjects": false } }
Desired Behavior
- The above REST API request should export any calendars from sub-folders recursively to the export file.