You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
Suppose two routes would be scheduled for creation as follows:
/path/to/foobar
/path/to/foobar/edit
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.
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.The text was updated successfully, but these errors were encountered: