userMenu from Tool overwriting the NovaServiceProvider #3914
Unanswered
jjjrmy
asked this question in
Ideas & Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
If you try to add a MenuItem to the userMenu from a Tool, it will overwrite the userMenu made in the NovaServiceProvider.
Detailed steps to reproduce the issue on a fresh Nova installation:
Create a Tool:
php artisan nova:tool acme/price-tracker
In the Tool's
/src/Jetstream.php
boot
method, add a UserMenu Item:Beta Was this translation helpful? Give feedback.
All reactions