Open kylekanderson opened 2 months ago
When using the package with a multi-tenant Filament panel, several issues arise:
url
packageBooted
KnowledgeBaseServiceProvider
/kb
div
!pointer-events-none
setUp
KnowledgeBasePanel
Install the plugin into a Filament panel supporting multi-tenancy
1.10.0
8.3.11
10.48.18
No response
The package was created for a project with multi tenancy, where I use it on a daily basis.
Do you use filaments multi tenancy or some 3rd party package?
What happened?
When using the package with a multi-tenant Filament panel, several issues arise:
url
parameter being set in thepackageBooted
method of theKnowledgeBaseServiceProvider
class/kb
), no elements in the panel are clickablediv
element being added with the!pointer-events-none
class in thesetUp
method of theKnowledgeBasePanel
classHow to reproduce the bug
Install the plugin into a Filament panel supporting multi-tenancy
Package Version
1.10.0
PHP Version
8.3.11
Laravel Version
10.48.18
Which operating systems does with happen with?
No response
Notes
No response