package/project tags no longer show up in right column on bug list pages

Bug #427746 reported by Micah Gersten
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
High
Gavin Panella

Bug Description

Just noticed this tonight:
Launchpad 2.2.7 (r9396) beta site

There used to be a list of the approved package/project bug tags in the right column and under that the top 10 tags for the package/project not approved under it.

Tags: lp-bugs
Micah Gersten (micahg)
summary: - package/project tags no longer up in right column on bug list pages
+ package/project tags no longer show up in right column on bug list pages
Revision history for this message
Gavin Panella (allenap) wrote :

I think it's because of the following block of javascript:

          if (response.responseText.search(/^\w*$/)) {
            portlet.setStyle('display', 'none')
          }

The response - from +bugtarget-portlet-tags-content - now contains a blank line. In other words, the condition in the block above needs fixing.

Changed in malone:
assignee: nobody → Gavin Panella (allenap)
importance: Undecided → High
milestone: none → 3.0
status: New → In Progress
Revision history for this message
Diogo Matsubara (matsubara) wrote : Bug fixed by a commit

Fixed in devel r9412.

Changed in malone:
status: In Progress → Fix Committed
Gavin Panella (allenap)
Changed in malone:
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.