Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Stefan 10 posts 30 karma points
    Mar 11, 2010 @ 13:12
    Stefan
    0

    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:

    JSON



     
    ParentId
    1358
     
    SortOrder
    "2563,5610,3106,3119,326...16,2537,2539,2322,2312,"
    But the order is stil id 2563, 3106, 5610..... even though i just changed 3106 to 5610 place ?
    Source

    {"ParentId":1358,"SortOrder":"2563,5610,3106,3119,3263,2835,2616,2537,2539,2322,2312,"}

    And in the RESPONSE:

    {"d":null}
  • Stefan 10 posts 30 karma points
    Mar 11, 2010 @ 13:14
    Stefan
    0

    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.

  • Stefan 10 posts 30 karma points
    Mar 11, 2010 @ 13:43
    Stefan
    0

    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!

  • Stefan 10 posts 30 karma points
    Mar 11, 2010 @ 14:42
    Stefan
    0

    Ok sorting works on all other nodes but this one!

    Really need some help here guys ? :(

  • Connie DeCinko 931 posts 1160 karma points
    Jan 26, 2011 @ 19:06
    Connie DeCinko
    0

    Did you figure this out?  It appears to be a bug when content has a "Remove at" date.

     

  • xleon 21 posts 43 karma points
    Sep 21, 2011 @ 01:13
    xleon
    0

    Same problem here. Really weird.
    I´m using Umbraco 4.7 

  • Rich Green 2246 posts 4008 karma points
    Sep 21, 2011 @ 08:35
    Rich Green
    0

    Does your /App_Data/Umbraco.config file get updated after you sort documents in the back end?

    Rich

  • xleon 21 posts 43 karma points
    Sep 21, 2011 @ 15:20
    xleon
    0

    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? 

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies