callumbwhyte / meganav

A flexible, draggable link picker for constructing site navigation menus in Umbraco
MIT License
35 stars 34 forks source link

Node name is not updating, when picking another node #4

Closed bjarnef closed 7 years ago

bjarnef commented 7 years ago

It seems the node name doesn't update, when picking another node, while the url does. However it does update the node name after save and refresh window. Tested with Umbraco 7.5.9

image

I think it should these should first update on submit callback, because if I pick another node, then click cancel and save and publish, it save the other picked node (which I wanted to cancel) and it is inkonsistent with how the another pickers works in Umbraco.

It should not have saved this node, but the originally "Home" node. image

It seems it use the same model directly instead of the model from the callback.

callumbwhyte commented 7 years ago

Thanks for raising this @bjarnef!

I am happy to say this issue is now fixed in the latest release, v1.1.0! You can download it right now from all the usual places including NuGet and Our Umbraco

Thanks :-)