After unpublishing and publishing node again, it apears as the last one in frontend (no xslt sorting) and umbraco.config, but in admin ui order is OK. Republishing or updating sort order solves problem, so this must be something with publishing action.
As a workaround - the @sortOrder attribute is actually correct in the cache, so in your macro you can explicitly sort by that to get the correct order.
Node sort order not reflected in cache - 4.7.2
After unpublishing and publishing node again, it apears as the last one in frontend (no xslt sorting) and umbraco.config, but in admin ui order is OK. Republishing or updating sort order solves problem, so this must be something with publishing action.
Hi,
I've ran into this issue before, here is the workitem if you'd like to add your vote: http://umbraco.codeplex.com/workitem/30643
As a workaround - the @sortOrder attribute is actually correct in the cache, so in your macro you can explicitly sort by that to get the correct order.
-Tom
Thanks, voted.
is working on a reply...