Copied to clipboard

Flag this post as spam?

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


  • Laurent Lequenne 120 posts 245 karma points
    Aug 06, 2018 @ 07:06
    Laurent Lequenne
    0

    Sorting content issue

    We currently have some issues with sorting content, we have a node with around 100 children which can not be sorted anymore =>

    1. No logs in the audit table => so the content is not sorted, or the procedure doesn't reach the line that create an audit record
    2. no errors in the log files.
    3. the API call is running and returns null, and the parameters seems to be OK

    I reproduced the issue on DEV environment, but when connecting from my local environment, issue didn't appeared, and even worth, it fixed the issue on the dev environment.

    Did anyone got this issue, and found out a workaround ?

  • Ismail Mayat 4511 posts 10059 karma points MVP 2x admin c-trib
    Aug 06, 2018 @ 08:10
    Ismail Mayat
    0

    Laurent,

    What's the exact version of umbraco you are using? I recall this used to be an issue with older version of Umbraco.

    Regards

    Ismail

  • Laurent Lequenne 120 posts 245 karma points
    Aug 06, 2018 @ 09:07
    Laurent Lequenne
    0

    7.6.4 ... From the code in the sort method of content service This is the only thing I can thing the sorting is not happening, but is it ?

                    if (raiseEvents && uow.Events.DispatchCancelable(Saving, this,                 saveEventArgs, "Saving"))
                    {
                        uow.Commit();
                        return false;
                    }
    
  • 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