This page http://accessjewishcleveland.org/all-organizations.aspx loads all the nodes of type Organization. Some of the time it's sorted correctly. Other times it's not. While there were certain nodes with names different from their titles, this issue isn't limited to those nodes. We also don't know how to reproduce this but it comes and goes.
Umbraco 4.7.0 with the following packages (I'm not sure why some are duplicated):
This is somewhat related to caching - but you should be able to fix it.
If you're using apply-templates or for-each in the XSLT, you can shove a sort statement in, to make sure to always sort the nodes using the sort order in Umbraco:
Node Sorting issue - related to caching?
This page http://accessjewishcleveland.org/all-organizations.aspx loads all the nodes of type Organization. Some of the time it's sorted correctly. Other times it's not. While there were certain nodes with names different from their titles, this issue isn't limited to those nodes. We also don't know how to reproduce this but it comes and goes.
Umbraco 4.7.0 with the following packages (I'm not sure why some are duplicated):
Thanks!
Hi Shmuel,
This is somewhat related to caching - but you should be able to fix it.
If you're using apply-templates or for-each in the XSLT, you can shove a sort statement in, to make sure to always sort the nodes using the sort order in Umbraco:
It seems that sometimes Umbraco only updates the sortOrder attribute but not the actual order of the nodes.
/Chriztian
is working on a reply...