← Back to team overview

harvest-dev team mailing list archive

[Bug 775302] Re: " hidden opportunities" is always shown under opportunities with Django 1.2

 

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.

-- 
You received this bug notification because you are a member of harvest-
dev, which is the registrant for harvest.
https://bugs.launchpad.net/bugs/775302

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

Status in Harvest Service:
  New

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.


References