disdcordmaineruser
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.4 replies
How to create a cluster without sub navigation UI in the resource page?
Hi,
I'm trying to create a cluster for
blogs
where the first resource is articles
. This makes the url domain.com/admin/blogs/articles
like I want.
However, the articles
resource in the blogs
cluster is half the navigation and half to create a new article. I know i can create an articles
resource and then set a navigation group. However, I want the url to be blogs/articles
so it's logically grouped. In addition to the organization of things inside the cluster folder structure.
Is this possible?5 replies