AaronSadlerUK / Umbraco.MegaNavV8

A flexible, draggable link picker for constructing site navigation menus, big or small, in Umbraco V8
MIT License
6 stars 3 forks source link

backoffice controller broken upgrading 8.2.0=>8.2.1 #28

Closed huwred closed 3 years ago

huwred commented 3 years ago

I just updated from v8.2.0 to 8.2.1 however the back office list editor is empty even though the menu renders fine for the site.

I checked for errors in the backoffice and the editor was complaining that Our.Umbraco.MeganavV8.MeganavController was not registered. I checked what changed when it upgraded and the upgrade appears to have change the controller to

AaronSadler.MeganavV8.MeganavController changing back to Our.Umbraco.MeganavV8.MeganavController in the controller and editor view has fixed the problem

AaronSadlerUK commented 3 years ago

Something has gone wrong in your upgrade then.

I updated the namespaces a while back in v8.1.1 to : AaronSadler.MeganavV8.MeganavController

https://github.com/AaronSadlerUK/Umbraco.MegaNavV8/blob/v8.1.1/CHANGELOG.md#breaking-changes

https://github.com/AaronSadlerUK/Umbraco.MegaNavV8/releases/tag/v8.1.1