Closed sezaru closed 2 months ago
Alright, so this issue might not be exactly what I thought it was. Testing this locally it looks like it's working, but clearly it's not in your case. Can you please make a reproduction I can run to confirm?
nevermind I have it reproduced.
Describe the bug In some cases, if my field is forbidden, it will make the action crash with
To Reproduce Have an action like this:
With this relationship that is loaded in the action:
Now have these policies in place:
Expected behavior I believe it should return the record with all fields, except id as forbidden.
Runtime