Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Incompatible with Filament Multi-Tenant Panel #54

Open
kylekanderson opened this issue Sep 11, 2024 · 1 comment
Open

[Bug]: Incompatible with Filament Multi-Tenant Panel #54

kylekanderson opened this issue Sep 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@kylekanderson
Copy link

What happened?

When using the package with a multi-tenant Filament panel, several issues arise:

  • The documentation button at the bottom of the navigation bar links back to the home page of the current panel, not to the Knowledge Base panel
    • This seems to stem from an issue with the url parameter being set in the packageBooted method of the KnowledgeBaseServiceProvider class
  • When manually navigating to the Knowledge Base panel (by default, at /kb), no elements in the panel are clickable
    • This seems to be caused by the div element being added with the !pointer-events-none class in the setUp method of the KnowledgeBasePanel class

How 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

@kylekanderson kylekanderson added the bug Something isn't working label Sep 11, 2024
@lukas-frey
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants