Closed
Bug 653068
Opened 15 years ago
Closed 14 years ago
Deleting or viewing non existing addon generates a 500 bug
Categories
(addons.mozilla.org Graveyard :: Add-on Builder, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zalun, Assigned: zalun)
Details
The error shows only in stage and preview servers.
---
File "/data/amo_python/www/builder.next/flightdeck/apps/jetpack/views.py", line 96, in package_view_or_edit
if revision.package.deleted:
AttributeError: 'NoneType' object has no attribute 'package'
---
We should use get_object_or_404 ...
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → zaloon
Is this still an issue? This bug has had no real activity in 3 months.
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•