Open dantleech opened 8 years ago
if the odm is told to create those two documents in the right order, it should work. is it just that routing auto looks at the edit path separately and creates the parent document again? if you already added foobar, find /path/to/foobar should return you the new document that does not exist yet.
Suppose two routes would be scheduled for creation as follows:
The system will crash because it tries to create a new node,
foobar
for the second route - this probably has something to do with the hackery necessary to bypass the Document Manager.