global scope not working on edit/update on Nova 3? #4729
-
|
I've multi-tenant application for which I've global scopes but these global scopes do not respect edit and update functionality. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
|
There's |
Beta Was this translation helpful? Give feedback.
-
|
Thanks, @crynobone Override and rebind Laravel\Nova\Http\Controllers\UpdateFieldController controller to the Laravel Container works for me. |
Beta Was this translation helpful? Give feedback.
Thanks, @crynobone Override and rebind Laravel\Nova\Http\Controllers\UpdateFieldController controller to the Laravel Container works for me.