" hidden opportunities" is always shown under opportunities with Django 1.2

Bug #775302 reported by Dylan McCall
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
harvest
Fix Released
Undecided
Dylan McCall

Bug Description

With Django 1.2 (in Ubuntu Natty), the label below every opportunity list in a package always shows “ hidden opportunities” if there are no opportunities hidden.

Related branches

Revision history for this message
Dylan McCall (dylanmccall) wrote :

It appears "ifnotequal hidden_count 0" in package_details.html is responsible for this. For some reason, hidden_count is resolved to an empty string now. Changing the comparison to check if hidden_count equals '' solves the problem, but will probably break Harvest on the production server. For now, we may just have to frown at Django until we can be sure everyone has 1.2.

Changed in harvest:
assignee: nobody → Dylan McCall (dylanmccall)
milestone: none → 0.2.8
status: New → Fix Committed
Changed in harvest:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.