Hello,
I have two user fields called "random_order" and "age". I have a page where I list my users. I also have a filtering system that includes "Age". This field is an integer field. My default ordering in the list is by "random_order". Every user has a random number in their "random_order" field and the page will randomly order the users in the list. However, if there is an integer filter system, in this case Age, it requires also Age ordering and the action requires the first order to be Age, not random order.
Has anyone experienced the same problem? How can I exlude Age from the ordering?
Thanks in advance.