Hi I have a problem with sorting my nodes If I sort them in the backend it works like a charm and I can see the right order in the backend but when I get the list of children from currentpage and I debug with visual studio the sort order change ?
I got this structur
Parent
child1 sort int 0
child2 sort int 1
child3 sort int 2
And I debug the selection and see how they order now the structur looks like this
Parent
child2 sort int 5
child3 sort int 6
child1 sort int 6
I have never experienced this before.
I was trying republishing the site because I was thinking it could be a cache issue, but this didn't change anything.
Sort order not working
Hi I have a problem with sorting my nodes If I sort them in the backend it works like a charm and I can see the right order in the backend but when I get the list of children from currentpage and I debug with visual studio the sort order change ?
I got this structur
But when I do this
And I debug the selection and see how they order now the structur looks like this
I have never experienced this before. I was trying republishing the site because I was thinking it could be a cache issue, but this didn't change anything.
Im using umbraco 7.2.2
is working on a reply...