Hello.

I have been updating my main TicketQuery for user use. And I found the
following issue.

I believe the syntax added in
http://trac.edgewall.org/ticket/2502

which allows grouping for compact form is nice but could be improved.
In my trac I currently have
[[TicketQuery(format=compact,group=owner,status=!closed,milestone!=future)]]
#17,40, #1,8,10,13,26,27,34,35,41,43,44,45,48,50,52,55,58,59, #54,
#33, #16,22,23,24,30,31,32,36,47,49,51,56,57

this is very nice but I beleive the grouping should have the label added so
[[TicketQuery(format=compact,group=owner,status=!closed,milestone!=future)]]
userX #17,40, userY
#1,8,10,13,26,27,34,35,41,43,44,45,48,50,52,55,58,59, userZ #54, userW
#33, userQ #16,22,23,24,30,31,32,36,47,49,51,56,57

this way it will be a lot simpler to identify which group not only the
grouping itself.

I believe this is a very trivial change, but I'm not entirely sure
where is this variable stored, is it query.group ?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to