callumbwhyte / meganav

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

Anchor/Querystring value not persisting? #70

Open pmeliesIology opened 1 year ago

pmeliesIology commented 1 year ago

We're trying to create navigation items that include links to anchors on various pages. However, none of the links are reflecting the anchors we're specifying. When we reload the page in the back office where we're setting the links the Anchor field is blank (even though Save and Publish was successful). See attached files: the first shows the setting we're trying to save. The second is shows the blank field after reloading the page. LinkWithAnchor LinkAfterSave-NoAnchor

solidjohn commented 1 month ago

We have the same issue since upgrading from v2 to v4. Even if you directly append #anchor-name to the path in the Link field it gets removed. There is no way to add an anchor - a major problem for us.