verbb / cp-nav

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

Bug - show just first item in subnav #116

Closed wmdhosting closed 1 year ago

wmdhosting commented 1 year ago

Describe the bug

Last update fixed many things. but now its show only first... item in subnav.. Snag_15357a1b

Steps to reproduce

and geting error when i click on CP clear cache icon.. normaly opens as modal.. Snag_1535e76b

Craft CMS version

4.3

Plugin version

4.0.7

Multi-site?

Y

Additional context

No response

engram-design commented 1 year ago

Fixed for the next release. To get this fix early, change your verbb/cp-nav requirement in composer.json to:

"require": {
  "verbb/cp-nav": "dev-craft-4 as 4.0.7",
  "...": "..."
}

Then run composer update.

wmdhosting commented 1 year ago

please can you tag new version. for some reason. whatever i tryed .. cant get dev fix..

engram-design commented 1 year ago

What's the issue with using the dev-craft-4 version? Are you getting an error when you try to install it?

Regardless should be fixed in 4.0.8

wmdhosting commented 1 year ago

Just info.. its ok. now for plugins..

But not for manual items.. Snag_11567aea

engram-design commented 1 year ago

Properly fixed in 4.0.9. Please note that you'll need to move something in or out of your subnav items to apply this fix. It had to do with the subnav items not properly recording their parent's ID. Moving something in the subnav, or just changing the level of one of the subnav nodes will apply this fix