verbb / cp-nav

Control Panel Nav is a Craft CMS plugin to help manage your Control Panel navigation.
MIT License
129 stars 11 forks source link

Menu Item - GraphQL is not vissable #133

Open happen-studio opened 6 months ago

happen-studio commented 6 months ago

Describe the bug

As soon as the plugin is active, GraphQL disappears from the side menu. It is possible to add the menu item manually.

Steps to reproduce

nothing

Craft CMS version

4.9.5

Plugin version

4.0.12

Multi-site?

No

Additional context

No response

engram-design commented 6 months ago

Does uninstalling and reinstalling the plugin do anything to change that? What about using the "Reset Navigation" button in the CP Nav settings? Spinning up a fresh Craft 4 install and everything is working correctly on my end I'm afraid.

tyssen commented 2 weeks ago

I'm getting this too on a Craft 5.5 site that I've just installed. Resetting the nav doesn't do anything. Disabling/enabling the plugin toggles the GraphQL menu on and off. With the CP nav plugin enabled, I can't even add the GraphQL menu items manually, they show as greyed out in the settings list in the main column and don't show at all in the menu in the left column.

thupsi commented 2 weeks ago

I'm having the same issue. Craft 5.5.

engram-design commented 2 weeks ago

@tyssen Resetting the navigation should add it back no matter what, so seems strange that's not working. Showing a greyed out seems strange behaviour too. Is this Craft Pro?

tyssen commented 2 weeks ago

@engram-design Solo

engram-design commented 2 weeks ago

Aha, that'd be why. We haven't adjusted things for Craft 5, where GraphQL was included in Solo.

Fixed for the next release. To get this early, run composer require verbb/cp-nav:"dev-craft-5 as 5.0.2".

tyssen commented 2 weeks ago

Yep, all good now, thanks. 👍