Closed MoritzLost closed 2 years ago
Should be fixed for the next release. To get the fix early, change your verbb/navigation
requirement in composer.json
to:
"require": {
"verbb/navigation": "dev-craft-4 as 2.0.1",
"...": "..."
}
Then run composer update
.
@engram-design That was fast, thanks! I've tested the dev branch and it solves the issue indeed. Looking forward to the next release!
Fixed in 2.0.2
Description
We're seeing a bug in the current version of the plugin for Craft 4. Every user without admin privileges can't move navigation nodes. For admins, the little arrow icon shows up normally and can be used to drag and drop nodes to a new position:
But for editors, the move handles are missing:
Those editors have the permission to edit the navigation in question (
navigation-manageNav:[uid]
), but not to create new navigations or edit navigation settings or delete navigations.Steps to reproduce
Additional info
Additional context