You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is PageServices.GetChildren(GetParentId()) method returns all versions of a page. As all versions of the same page have the same PageId we get the error.
The text was updated successfully, but these errors were encountered:
Scenario:
Login to C1 CMS Console.
Install Orckestra.Versioning.VersionPublication addon if it's not installed.
Create a version of any child page in the tree.
3.a. Select any child page in the tree and click "Edit page":
The full text of the error is attached - Error.txt
Looks like there is a related to the Orckestra.Versioning.VersionPublication addon bug in this class (https://github.com/Orckestra/C1-CMS-Foundation/blob/dev/Composite.Workflows/Plugins/Elements/ElementProviders/PageElementProvider/AddNewPageWorkflow.cs) .
If we choose "Select position" option we get into this block of code:
The problem is PageServices.GetChildren(GetParentId()) method returns all versions of a page. As all versions of the same page have the same PageId we get the error.
The text was updated successfully, but these errors were encountered: