-
-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
Needs investigationFurther information is requestedFurther information is requested
Description
Bug report
Describe the bug
I have this in customTypes
{
configName: 'foos',
queryString: 'api::foo.foo',
uid: 'type',
relations: [
{
queryString: 'api::bar.bar',
relationName: 'bars',
parentName: 'foo',
relationSortFields: ['name'],
}
],
},and when I visit the tool page in Settings, I get an error.
I tried to debug it a lot but haven't gotten anywhere with the root cause. I'd be happy to PR a fix (if it's a bug) when pointed in the right direction.
Steps to reproduce the behavior
- Set the customTypes as shown above (including relations)
- Click on Settings page
- Click on Tool page
- See error
Expected behavior
Similar to how exporting relations work for users-permissions plugin, it should work for any model.
briannaneiderman
Metadata
Metadata
Assignees
Labels
Needs investigationFurther information is requestedFurther information is requested
