mirror of
https://github.com/bugsink/bugsink.git
synced 2026-01-30 09:30:17 -06:00
no need to calculate event_qs_count (which is potentially expensive) if that's
not used in display.
when counting was moved from the template to the view (in 1eea9268a5) it was
made unconditional; here we restore that behavior.