Cannot edit resource after adding multi-tenancy
My resource, QuizResource worked fine to create and edit the resource. Afterwards I added multi-tenancy and can create the resource. However, I can no longer edit the resource.
There's no way to click the new quiz in the table list to edit. In addition, after creating the quiz resource, it won't allow me to edit. Instead it's a new form entry.
My Filament resource is more or less the default from the
--generate
command. The scoping is correct as the new is bound to the current tenant, if I made a new one, it won't show quizzes from the previous tenant. In addition to no errors when loading in the page
How did I enable editing a resource after adding in multi-tenancy? There's no instructions in the docs about this.1 Reply
Note I'm using uuids
The issue was with my policy, didn't update it for tenants