Details
-
New Feature
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
1
-
Turing Team 187, Turing Sprint 190, Turing Sprint 189
Description
We indicated that the following methods need to become branch aware:
- obtainEditableInstance
- rename
- publish
- depublish
- copy
and implement the added methods in DocumentWorkflowImpl
This way, for example #obtainEditableInstance() would automatically first check out master, and if obtainEditableInstance is needed for a branch, one need to call
obtainEditableInstance(branchId)
For example copy should also be able to copy a certain branch! On the handle we need to reset the 'branches' list and remove the version history property
Attachments
Issue Links
- blocks
-
CMS-11360 Remove the checkout before obtainEditableInstance since not needed any more
- Closed