Is there a way to add clusters to the user menu?
I'm trying to add a cluster to my user menu, but I can't seem to find anything in the docs, nor in the cluster class. Is it possible at all or should I switch to navigation groups?
Solution:Jump to solution
Figured it out:
What you can do is the following in your adminPanelProvider
```php
->userMenuItems([...
1 Reply
Solution
Figured it out:
What you can do is the following in your adminPanelProvider
Not doing the
->url(fn() => CRM::getUrl())
but ->url(CRM::getUrl())
will try and resolve the cluster URL to early in the process and throw errors