User story:
As a VE user,
WHEN There's already a sub-reference
AND I use the reuse dialog to add a reuse of that sub-reference
THEN I see a duplicate of the sub-reference with identical content
Acceptance criteria:
GIVEN
<ref name="book">Miller</ref> <ref details="page 1" name="book" />
WHEN I add a reuse of the sub-ref
AND I save the changes in VE
THEN a copy of the sub-ref will be created
<ref name="book">Miller</ref> <ref name="book" details="page 1" /> <ref name="book" details="page 1" />
Current state
Notes:
- We currently merge the identical subrefs in VE. The solution should ideally disable that behavior for now.
