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?
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.
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?
Could it be the issue mentioned in this blog? http://umbraco.com/follow-us/blog-archive/2013/2/1/umbraco-4114-released.aspx
Jeroen
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.
is working on a reply...