-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty registered cruds list #52
Comments
I am seeing the same problem. |
Where did you define your crud config classes?
|
I know this is closed, but the solution didn't solve the problem for me. I've checked that my app is in |
Digging into crudbuilder's source code, I think I found a possible cause. Apparently when using the Application Configuration features (see this SO post), crudbuilder can't find the app's path (in In my case, instead of declaring the raw name for my app (e.g.
If I use the raw app name instead of the autogenerated line, then I see the registered cruds. It seems to me that, since the Application Configuration feature seems to be the prefered way to declare apps, crudbuilder should add support for this feature as well. |
I tried to resemble your example with Person and PersonCrud but I get empty registered cruds list.
Should I explicitly register a crud in some way?
The text was updated successfully, but these errors were encountered: