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
This looks like a regression introduced by one of the commits for #1108 . You are unable to create grouping folders in the Content Design view of the workbench.
To Reproduce
Steps to reproduce the behavior:
Install the dev tools'
Install latest 8.1.4-snapshot
Start CMS
Run Workbench.cmd
Connect the workbench to the CMS
From the Content Design View, Select the new-Folder option. The above error will be displayed.
Expected behavior
A new folder should be created in the workbench view without error.
Versions Affected
8.1.4-SNAPSHOT
Additional context
Server log has the following errors:
09:24:10,885 ERROR [Web Services] SOAP Invalid Contract for service createHierarchyNodes
java.lang.IllegalArgumentException: name must be unique in parent node
at com.percussion.services.ui.impl.PSUiService.createHierarchyNode(PSUiService.java:72) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_381]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_381]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_381]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_381]
Describe the bug
This looks like a regression introduced by one of the commits for #1108 . You are unable to create grouping folders in the Content Design view of the workbench.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A new folder should be created in the workbench view without error.
Versions Affected
Additional context
Server log has the following errors: