F
Filament2mo ago
jals65

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?
No description
5 Replies
Dennis Koch
Dennis Koch2mo ago
Did you move the pages, too? Are the class names all correct after moving?
jals65
jals65OP2mo ago
Yes All namespaces are correct and all the pages are moved.
Dennis Koch
Dennis Koch2mo ago
The edit form in the user edit record page disappear.
So you can still access the edit page, but there is no form? 🤔
jals65
jals65OP2mo ago
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.
Dennis Koch
Dennis Koch2mo ago
This is weird. If there is no form it makes sense, that there is not form shown

Did you find this page helpful?