Duplicate navigation items when overriding a package resource.
In my package i've made shouldRegisterNavigation a config option like this
Which hides menu item when set to false.
We've then created a local override for this file due to client customisation requirements and set shoudRegisterNavigation to true
But for some reason this duplicates the menu item in the cluster.
I've tried setting shouldRegisterNavigation to false and manually registering the nav item in the panel config but it looks like clusters aren't yet supported in
so I it won't show in the correct menu. Anyone else had this issue or can suggest a solution?
Thanks
1 Reply
Solution
Haha - idiot user error, resource was being registered twice.