javascript error creating milestone on staging
Bug #487972 reported by
Edwin Grubbs
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Unassigned |
Bug Description
On staging, if a series has no milestones, the #milestone-rows element does not exist, so the following error occurs when the project series page loads.
Error: '#milestone-rows' not in page.
Source File: https:/
Line: 107
The ajax "Create milestone" link on the project series page succeeds at creating a milestone, but it fails to update the page to show the new milestone because it can't find the table to insert the information into.
Error: tbody is null
Source File: https:/
Line: 22
Changed in launchpad-registry: | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → 3.1.11 |
tags: | added: oops |
tags: | added: javascript |
Changed in launchpad-registry: | |
assignee: | nobody → Curtis Hovey (sinzui) |
status: | Triaged → In Progress |
Changed in launchpad: | |
assignee: | Curtis Hovey (sinzui) → nobody |
To post a comment you must log in.
Fixed in db-devel r8726.