Am Donnerstag, 27. April 2017 10:32:27 UTC+2 schrieb Jun Omae: > > On Thu, Apr 27, 2017 at 4:36 PM, Mo <[email protected] <javascript:>> > wrote: > > Then I wonder that some saved queries have different column order than > the > > others, eventhough there is nothing set about the order inside the > query. Is > > it possible to configure the column sorting inside the query? > > Order of columns in custom query is depended on order of "col" > parameters for /query. >
That works for existing queries. There it seems some default sorting has already been applied. That can be changed, ok. But where does the default sorting comes from? We like to set that as default for new queries. It seems that the sorting of the collapsed column list is applied to the query. By changing a custom field.order to 1 or 99 I'm able to move the field, but there are still some internal fields like Keywords and Cc that are always at the end of the list. Setting cc.order = 1 does not have any effect. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
