The sortOrder is not working only with some of the nodes. Not with every of them. The nodes failing don´t get updated neither in database nor Umbraco.config I tried changing sortOrder value in database manually and the order changes correctly, but later I try through CMS and it´s still failing.
Sorting nodes not working
Umbraco version 4.0.2.1.
Sorting nodes does not work.
I right click my node which childs i want to sort.
I get the modal and i see the child nodes having sortorder from 0 - 10.
But the changes im making doesnt follow through!
Any ideas what could be the problem ?
Tried using FireBug to see whats going on and it tells me in the POST:
{"ParentId":1358,"SortOrder":"2563,5610,3106,3119,3263,2835,2616,2537,2539,2322,2312,"}
And in the RESPONSE:
Tried Reloading nodes on parent node and on the content node but it does nothing.
If i look in the database: umbracoNode table i can see the sortorder is the same as before so no change there.
Tried moving 5610 to sortorder 0 and that worked. However now 2563 and 5610 has sortorder 0
Cant move them back in right order - have to change sortorder in database.
This is so strange!
Ok sorting works on all other nodes but this one!
Really need some help here guys ? :(
Did you figure this out? It appears to be a bug when content has a "Remove at" date.
Same problem here. Really weird.
I´m using Umbraco 4.7
Does your /App_Data/Umbraco.config file get updated after you sort documents in the back end?
Rich
The sortOrder is not working only with some of the nodes. Not with every of them.
The nodes failing don´t get updated neither in database nor Umbraco.config
I tried changing sortOrder value in database manually and the order changes correctly, but later I try through CMS and it´s still failing.
I guess some data is corrupted in any way.
Any ideas?
is working on a reply...