UserResource on modularized app
Hi, I change the structure of my app and I create modules with the structure that you can see on the screenshot.
The problem comes when I move the UserResource into a module. The edit form in the user edit record page disappear.
How can I fix that?

5 Replies
Did you move the pages, too? Are the class names all correct after moving?
Yes
All namespaces are correct and all the pages are moved.
The edit form in the user edit record page disappear.So you can still access the edit page, but there is no form? 🤔
Before making this change, in the UserResource I did not have the form function, since this form was autogenerated. Now, however, I have had to create the form, if I do not add this form manually nothing is displayed, only the save and cancel button appears.
This is weird. If there is no form it makes sense, that there is not form shown