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 was able to replicate a bug that when a permissionable is deleted the getFormFieldsHandleUserPermissions raises an error for $model->id (link)
While this can be fixed by adding a defensive or failsafe check, It worth to verify if we should cascade delete or if we should display the "deleted" permissionable model despite the fact that is not visible.
I was able to replicate a bug that when a
permissionable
is deleted thegetFormFieldsHandleUserPermissions
raises an error for$model->id
(link)While this can be fixed by adding a defensive or failsafe check, It worth to verify if we should cascade delete or if we should display the "deleted"
permissionable
model despite the fact that is notvisible
.@ifox Assigning to you for discussion.
The text was updated successfully, but these errors were encountered: