Reload PPA's expanded section for a source after build status updated

Bug #366042 reported by Michael Nelson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Triaged
Low
Unassigned

Bug Description

Currently each source package listed on a PPA page has an expandable section that is loaded via ajax the first time it is expanded.

This extra information includes information about the current build statuses. The build statuses are updated via ajax on the PPA page, but the expandable section is not currently updated after it's initial load.

The solution should be as simple as doing the following when a source package's build status summary changes:

if extra_info_node is not null:
  if it's currently expanded
    close it
  reset it back to null
  re-expand it if it was open initially.

Tags: lp-soyuz ppa ui
Changed in soyuz:
status: New → Triaged
importance: Undecided → Low
Celso Providelo (cprov)
tags: added: ppa ui
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.