Closed
Bug 969430
Opened 11 years ago
Closed 11 years ago
"Oops" page is displayed when single theme review page is opened
Categories
(Marketplace Graveyard :: Reviewer Tools, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
2014-02-11
People
(Reporter: julian.mozbugs, Assigned: kngo)
References
()
Details
(Keywords: regression, Whiteboard: [incorrect_implementation])
Steps to reproduce:
1. Load Pending themes review Queue https://marketplace-dev.allizom.org/reviewers/themes/pending
2. Click on a listed theme title.
Expected results:
Single theme review page is opened and no errors are displayed.
Actual results:
"Oops! We had an error." page is displayed. Issue is not reproducing for Interactive Theme Queue.
Notes/Issues:
Verified on FF30 (Win 7).
Screencast for this issue http://screencast.com/t/WtpObacsUuaC
Comment 1•11 years ago
|
||
Sentry URL:
http://sentry.dmz.phx1.mozilla.com/addons/marketplace-dev/group/17965/
Aggregate Details:
* First Seen: 8 minutes ago
* Last Seen: 3 minutes ago
* Number of tracebacks: undefined
Traceback:
Stacktrace (most recent call last):
File "django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "newrelic/hooks/framework_django.py", line 485, in wrapper
return wrapped(*args, **kwargs)
File "amo/decorators.py", line 32, in wrapper
return func(request, *args, **kw)
File "editors/views.py", line 75, in wrapper
return f(request, *args, **kw)
File "mkt/reviewers/views_themes.py", line 344, in themes_single
lock = theme.themelock
File "django/db/models/fields/related.py", line 255, in __get__
rel_obj = self.get_query_set(instance=instance).get(**params)
File "django/db/models/query.py", line 366, in get
% self.model._meta.object_name)
Comment 2•11 years ago
|
||
Seems related to https://github.com/mozilla/zamboni/pull/1730 - Also broke tests badly: https://ci-addons.allizom.org/job/marketplace/5679/console
| Assignee | ||
Comment 3•11 years ago
|
||
https://github.com/mozilla/zamboni/pull/1741 should fix this.
Assignee: nobody → kngo
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•11 years ago
|
||
Verified as fixed in https://marketplace-dev.allizom.org/reviewers/themes/pending on FF30 (Win 7).
Postfix screencast http://screencast.com/t/EOLkXMko
Closing bug.
Status: RESOLVED → VERIFIED
| Reporter | ||
Updated•11 years ago
|
Whiteboard: [incorrect_implementation]
You need to log in
before you can comment on or make changes to this bug.
Description
•