Modify

Opened 15 years ago

Closed 15 years ago

#5326 closed defect (fixed)

Can't group by component without constraint

Reported by: anonymous Owned by: aviram
Priority: normal Component: TicketChartsMacro
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

Trying to get a pie chart of active bugs per component for a given version...

[[TicketChart(type=pie, factor=component, query=status!="closed"&version="3.7")]]

Gives this error:

list.index(x): x not in list

Attachments (0)

Change History (2)

comment:1 Changed 15 years ago by anonymous

This workaround gives the graph, but it's rather ugly:

[[TicketChart(type=pie, factor=component, query=component!="--"&status!="closed"&version="3.7")]]

comment:2 Changed 15 years ago by aviram

Resolution: fixed
Status: newclosed

Thanks for the remark. This was corrected in [5966]. Later on I'll make sure that this does not happen in the other types of charts.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain aviram.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.