-
Bug
-
Resolution: Done
-
Blocker
-
3.6.0.Final
-
None
There is an error on copying node which has autocreated subnodes.
If we have node such as
[test:autocreatedChildren] > nt:hierarchyNode + Aaaa (nt:folder) = nt:folder autocreated mandatory copy + Bbbb (nt:folder) = nt:folder autocreated mandatory copy + Cccc (nt:folder) = nt:folder autocreated mandatory copy
Now we add node of this type on path /a with name nodeForCopy and then copy this node on path /b with name copy, like
workspace.copy("/a/nodeForCopy", "/b/copy");
we get node copy populated with 6 child nodes and it should be 3. We got:
copy |--Aaaa |--Bbbb |--Cccc |--Aaaa |--Bbbb `--Cccc
- relates to
-
MODE-2116 Error cloning nodes with autocreated mandatory subnodes
- Closed