OOPS submitting empty +edit-packaging page
Bug #456622 reported by
Diogo Matsubara
on 2009-10-20
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Launchpad itself |
High
|
Unassigned |
Bug Description
As seen in OOPS-1388EA532 a NoneError: None isn't acceptable as a value for Packaging.
Steps to reproduce on staging:
1. Open https:/
2. Check that the product series text area is empty
3. Click Change
4. OOPS-1388EA532
Related branches
lp:~sinzui/launchpad/edit-packaging-oops-bug-456622
- Brad Crittenden (community): Approve (code) on 2009-10-27
-
Diff: 182 lines4 files modifiedlib/lp/bugs/stories/distribution/xx-distribution-upstream-bug-report.txt (+2/-1)
lib/lp/registry/browser/sourcepackage.py (+36/-2)
lib/lp/registry/browser/tests/sourcepackage-views.txt (+49/-4)
lib/lp/registry/interfaces/sourcepackage.py (+4/-5)
Curtis Hovey (sinzui) wrote : | #1 |
tags: | added: oops packaging-links |
Changed in launchpad-registry: | |
status: | New → Triaged |
milestone: | none → 3.1.10 |
importance: | Undecided → High |
Curtis Hovey (sinzui)
on 2009-10-23
tags: |
added: package-link removed: packaging-links |
Curtis Hovey (sinzui)
on 2009-10-26
Changed in launchpad-registry: | |
assignee: | nobody → Curtis Hovey (sinzui) |
Curtis Hovey (sinzui)
on 2009-10-27
Changed in launchpad-registry: | |
status: | Triaged → In Progress |
Curtis Hovey (sinzui) wrote : | #2 |
Fixed in launchpad devel r9789.
Changed in launchpad-registry: | |
status: | In Progress → Fix Committed |
Fixed released in launchpad-project 3.1.10.
Changed in launchpad-registry: | |
status: | Fix Committed → Fix Released |
Curtis Hovey (sinzui)
on 2017-05-15
Changed in launchpad: | |
assignee: | Curtis Hovey (sinzui) → nobody |
To post a comment you must log in.
This relates to my current assignment of preventing duplicate packaging links. I have already fix this same kind of error in one view and an preparing a fix for another.