Question

Photo of Brandon Gamache

0

Group Tree Viewer block not ordering by name (v7.4)

Any idea why the Group Tree Viewer wouldn't order by name?

When we were on v6 it was fine. When we updated to v7 it didn't alphabetize. Instead it looks like it may be ordering by GroupId or Order number. 

I am hesitant to submit an issue since I couldn't replicate it on the demo site. 

Screen Shot 2018-08-23 at 5.22.37 PM.png

  • Photo of Mark Wampler

    0

    It is based on the 'Order' of the group.  You can set the 'Order' of the group through SQL to be all the same then it will sort by alphanumeric values and ignore the order as they are all equivalent.  Order is neat in that it allows you to force an order but it is weird as it is kind of hidden and unchangeable except through SQL as far as I am aware

    • Brandon Gamache

      You are right, once I updated all the necessary groups Order to 0 it displayed properly. The unfortunate thing is I don't remember setting the Order unless I did that during migration. I'll need to look through some of the other groups that were initially migrated and update their Order. Thanks Mark!