How do you disable Filament tenancy for custom pages that are in the path of a panel? #15295
Unanswered
myregistration
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Panel builder
Package Version
v3
How can we help you?
How do you disable Filament tenancy for custom pages that are in the path of a panel? I tried the following, but it doesn't work. Maybe it only works with Resource pages and not custom ones.
protected static bool $isScopedToTenant = false;
Also, if you are using tenancy with a slug and exclude a Resource, does the path just have the id and not a slug?
Beta Was this translation helpful? Give feedback.
All reactions