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
How does the list type work with permissions? Does it currently exclude items from the list if user doesn't have permission to read them?
I guess this is kind of related to zenstackhq/zenstack#982 but seems not exactly since we only want to see some items in the list if user has permissions to "read".
The text was updated successfully, but these errors were encountered:
This project uses zenstack's tanstack-query plugin under the hood, so I believe it should respect all access policies and other zenstack features by default. For the list, it specifically is using the useFindMany hook that zenstack creates, check the docs I linked for more details. I haven't tested the list component with permissions myself though, so let me know if it works for you.
How does the list type work with permissions? Does it currently exclude items from the list if user doesn't have permission to read them?
I guess this is kind of related to zenstackhq/zenstack#982 but seems not exactly since we only want to see some items in the list if user has permissions to "read".
The text was updated successfully, but these errors were encountered: