|
Description
|
Each call of Node.restore(String, boolean) creates a new same-name-sibling of any
OPV_Version child node:
- Create a node 'a' with nodetype nt:unstructured (defining it's childnodes to
show OPV Version behaviour)
- Create a child node 'b'
- Make 'a' versionable (add mixin mix:versionable)
- Checkin/Checkout 'a'
- Restore any version of 'a'
result:
a new same-name-sibling 'b[1]' of b is created on each call of 'a'.restore(String, boolean).
Is this the intended behaviour? Looks strange to me....
gruss
anchela
|
Each call of Node.restore(String, boolean) creates a new same-name-sibling of any
OPV_Version child node:
- Create a node 'a' with nodetype nt:unstructured (defining it's childnodes to
show OPV Version behaviour)
- Create a child node 'b'
- Make 'a' versionable (add mixin mix:versionable)
- Checkin/Checkout 'a'
- Restore any version of 'a'
result:
a new same-name-sibling 'b[1]' of b is created on each call of 'a'.restore(String, boolean).
Is this the intended behaviour? Looks strange to me....
gruss
anchela
|
|
Fix Version/s
|
|
1.0
[ 12310154
]
|