Copied to clipboard

Flag this post as spam?

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


  • Connie DeCinko 931 posts 1160 karma points
    Aug 23, 2010 @ 20:34
    Connie DeCinko
    0

    No errors but not sorting

    I just installed this package under v.4.5.1 and saw no errors.  I edited the .config file adding:

    <add docTypeAlias="Event" field="eventStartDateTime" type="Date" order="Asc" />

    I edited an existing event, no sorting change.  I added a new event, again, no errors but no change in sort order either.  Is there a step I missed?

     

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Aug 23, 2010 @ 20:42
    Matt Brailsford
    0

    Hi Connie,

    Have you tried reloading the node tree? It's doesn't currently update the order of the tree view unitll it is refreshed.

    Matt

  • Connie DeCinko 931 posts 1160 karma points
    Aug 23, 2010 @ 20:46
    Connie DeCinko
    0

    Did that, no change.

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Aug 23, 2010 @ 20:51
    Matt Brailsford
    0

    Hmmmm, Ok, I'll look into it further and get back to you shortly.

    Matt

  • Connie DeCinko 931 posts 1160 karma points
    Sep 28, 2010 @ 17:59
    Connie DeCinko
    0

    Matt, any clues?  If it helps, the date I am sorting on is a date picker.

     

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Sep 28, 2010 @ 19:35
    Matt Brailsford
    0

    Hi Connie,

    My appogies, I've not had chance to look into it.

    Quick quggestion would be to double check the docTypeAlias and field attributes and make sure these match, as they are case sensitive.

    If that doesn't help, I'll try and find the time to replicate the issue.

    Many thanks

    Matt

  • Connie DeCinko 931 posts 1160 karma points
    Sep 28, 2010 @ 20:35
    Connie DeCinko
    0

    Matt,

    All seems to match.  Is there a way to debug, say to confirm that your code is being called?  If I pass something via the config file will I get a response?

     

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Sep 29, 2010 @ 09:32
    Matt Brailsford
    0

    Hi Connie,

    You are more than welcome to download the source from Codeplex (http://documentsorter.codeplex.com) and drop some breakpoints in the code to see 1) if the code is being called, and 2) where the problem area is.

    If you do manage to narrow it down, do let me know.

    Many thanks

    Matt

  • Connie DeCinko 931 posts 1160 karma points
    Sep 29, 2010 @ 20:50
    Connie DeCinko
    0

    Umbraco is ignoring my breakpoints.  I know portions of your code are being called, for instance if I rename the config file, I get an error it cannot be found.  However, I am not able to see if any other portions are triggered.

     

  • Connie DeCinko 931 posts 1160 karma points
    Oct 21, 2010 @ 19:58
    Connie DeCinko
    0

    Matt, can I assume you have not had time to fix?

     

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Oct 21, 2010 @ 20:37
    Matt Brailsford
    2

    Hi Connie,

    I've just run and debugged on my demo instance of Umbraco 4.5.1 with the same setup as yourself and everything is running and sorting correctly, so I'm really not sure what else I can suggest for you.

    Have you compiled the source from codeplex and copied the dlls over? I'm sure the Zip is the latested version, but always worth a try.

    Matt

  • Nicole Rodriguez 1 post 21 karma points
    Nov 22, 2010 @ 17:20
    Nicole Rodriguez
    0

    Hey guys,

    I'm not sure what's happening.  I'm running into the same thing, no errors, but not sorting.  I'll try to download the source and add my input as well so we can try and nail down what's happening.  Even when I remove my <add> tag for it to sort on everything, nothing's happening so perhaps there is a conjunction with some of the customizations I've had to do in my other configs that are colliding with this one.  But I guess we'll try and see!

  • Connie DeCinko 931 posts 1160 karma points
    Dec 02, 2010 @ 21:34
    Connie DeCinko
    0

    Uninstalled and reinstalled the package, trying once again, but no joy.  This package just refuses to work.

     

  • Connie DeCinko 931 posts 1160 karma points
    Dec 22, 2010 @ 23:50
    Connie DeCinko
    0

    Nicole, have you had any luck?

     

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Dec 27, 2010 @ 21:39
    Tom Fulton
    1

    Hi Connie,

    Just for kicks I also tested on a 4.5.1 install using the setting you specified in your original post and it seems to be working properly.  Any other thoughts on what might be different in your scenario?  Otherwise if breakpoints aren't working to debug you could try adding some Log entries at various points in the code to find out where its failing

    -Tom

Please Sign in or register to post replies

Write your reply to:

Draft