Content types using nested collections has some problem when creating new content.
The path field does not get updated with title resulting in error message. Path is pointing to the parent directory. But we want to create a new page under the parent.
Now path and title needs to manually be set for the page to be created.
Content types using nested collections has some problem when creating new content.
The
path
field does not get updated withtitle
resulting in error message. Path is pointing to the parent directory. But we want to create a new page under the parent.Now
path
andtitle
needs to manually be set for the page to be created.