Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Adrian Lloyd 25 posts 125 karma points
    Feb 27, 2013 @ 19:07
    Adrian Lloyd
    0

    Moving a node in UI doesn't update link to document

    Hi, when moving a node by right- click > move the 'link to document' doesn't update to reflect the new path. This only happens on our staging site, it functions correctly on the dev site. The sites are the same version - recently upgrade to v4.11.4 from v4.9.1- so I thought it must be some permissions problem or something. The permissions are set the same on both sites. The paths are updated correctly in the umbracoNode table but it is not reflected in the UI. If the node is unpublished and republished, the 'link to document' is corrected. If Courier right-click is used to put the node live, the incorrect path is deployed. Has anyone had this before?

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Feb 28, 2013 @ 12:34
    Jeroen Breuer
    0

    Could it be the issue mentioned in this blog? http://umbraco.com/follow-us/blog-archive/2013/2/1/umbraco-4114-released.aspx

    Jeroen

  • Adrian Lloyd 25 posts 125 karma points
    Feb 28, 2013 @ 13:47
    Adrian Lloyd
    0

    Thanks Jeroen, that was my immediate thought so I ran the fix-up package and it finds that the path is already correct:

    The node I am using for refrence has id 4000. It's original path is -1,1116,2390,4000 and when it is moved via 'right click > move', the parentID in table cmsContentXml is updated correctly, the parentID and the path are updated correctly in table umbracoNode to -1,1116,2451,4000

    After the move, the path fix-up reports:

    2013-02-28 12:31:40.687 - Fixing paths for children of 2451
    2013-02-28 12:31:40.687 - Checking path for 4000. Current = -1,1116,2451,4000

    So the path is correct everywhere I look, I cannot see where the incorrect value is held.

Please Sign in or register to post replies

Write your reply to:

Draft