You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the FluentIsolatedExtension with DataObjects to create a view in the admin-panel that allows you to only see the DataObjects that are relevant to your locale. I would however like to be able to access all objects through graphql/any other route. Is there a way to tell fluent to ignore the filtering for some route somehow?
The text was updated successfully, but these errors were encountered:
Yes that's a good idea; I had previously added filtering ignoring for specific admin routes, but I really should have an explicit "disabled" flag. Maybe one that you can flag on/off with a middleware?
I'm using the FluentIsolatedExtension with DataObjects to create a view in the admin-panel that allows you to only see the DataObjects that are relevant to your locale. I would however like to be able to access all objects through graphql/any other route. Is there a way to tell fluent to ignore the filtering for some route somehow?
The text was updated successfully, but these errors were encountered: