Ticket #5326 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Can't group by component without constraint

Reported by: anonymous Assigned to: 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

Change History

06/03/09 20:26:11 changed by anonymous

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

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

06/05/09 12:34:20 changed by aviram

  • status changed from new to closed.
  • resolution set to fixed.

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.


Add/Change #5326 (Can't group by component without constraint)




Change Properties
Action