On Thursday, January 16, 2014 12:31:55 AM UTC-8, Roger Oberholtzer wrote:
>
> Attached is the html for a sample query.
>
> This is the query:
>
> query:?status=accepted
> &
> status=assigned
> &
> status=design
> &
> status=infoneeded
> &
> status=needs_work
> &
> status=new
> &
> status=reopened
> &
> status=spec
> &
> status=testing
> &
> type=support
> &
> group=system
> &
> col=id
> &
> col=summary
> &
> col=status
> &
> col=owner
> &
> col=priority
> &
> col=component
> &
> col=changetime
> &
> col=reporter
> &
> report=41
> &
> order=priority
>


The row is added by TimingAndEstimationPlugin: 
http://trac-hacks.org/browser/timingandestimationplugin/branches/trac0.12/timingandestimationplugin/htdocs/query.js?rev=10653&marks=3,34

There should perhaps be some logic so that the row is only added when 
either the //totalhours// and //estimatedhours// column is displayed. 
You'll probably want the GridModifyPlugin to be aware of the 
TimingAndEstimationPlugin, or change the markup of the footer row so that 
the selects from GridModifyPlugin aren't added. 

-- 
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 http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to