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 want to add ACL checks for fetching single items via getOne. Unfortunately, the current PrismaAdapter does not seem to handle the additional where query. It always sets the where to only include the primary key. The same is true for the update and delete handlers.
This feels like a bug, or is there a specific reason for this behavior?
I want to add ACL checks for fetching single items via getOne. Unfortunately, the current PrismaAdapter does not seem to handle the additional where query. It always sets the
where
to only include the primary key. The same is true for theupdate
anddelete
handlers.This feels like a bug, or is there a specific reason for this behavior?
next-crud/src/adapters/prisma/index.ts
Line 175 in f9e1e5f
The text was updated successfully, but these errors were encountered: