
| Key: |
JCR-43
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Cannot Reproduce
|
| Priority: |
Major
|
| Assignee: |
Jukka Zitting
|
| Reporter: |
angela
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
08/Jan/09 11:35 AM
|
|
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
|
|
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
|
Show » |
|