Hello,
Lately i added a section for a custom object (let's call it mainObject), which has a collection of objects attached to (subObject), so there is a detail to show that subObject list on every mainObject pages.
Then i did another section to display the whole list of subObject, to get a global view of these.
But i now have troubles editing the subObject page :
When i want to open the section wizard for subObject from its section, a page is opened but not the one actually used for editing,
The good one can be found by reading url of the page : Nui/ViewModule.aspx#CardModuleV2/Schema4dec7c8bPage
If i try to edit the subObject page from the mainObject page ( from the detail then the page designer),
the js framework fail with "Uncaught TypeError: Cannot read properties of undefined (reading 'moduleId')"
For now i can edit the code from Schema4dec7c8bPage for needed changes,
but i would prefer to understand what went wrong, and fix it.
Maybe adding a section for subObject did something wrong, as it already had an edit page at that stage ?
i hope it's clear enough :)
Best regards
Patrice