Closed
Bug 937260
Opened 11 years ago
Closed 10 years ago
[traceback] AttributeError: 'list' object has no attribute 'filter'
Categories
(addons.mozilla.org Graveyard :: Admin/Editor Tools, defect)
addons.mozilla.org Graveyard
Admin/Editor Tools
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: krupa.mozbugs, Unassigned)
References
()
Details
(Keywords: regression)
steps to reproduce:
1. As an admin, load https://addons-dev.allizom.org/en-US/firefox/z/en-US/editors/review/litefox
sentry: http://sentry.dmz.phx1.mozilla.com/addons/addons-dev/group/17088/
traceback details:
AttributeError: 'list' object has no attribute 'filter'
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 74, in wrapper
return f(request, *args, **kw)
File "addons/decorators.py", line 33, in wrapper
return f(request, addon, *args, **kw)
File "editors/views.py", line 456, in review
return _review(request, addon)
File "editors/views.py", line 473, in _review
addon=addon, version=version)
File "editors/forms.py", line 315, in get_review_form
return form(data, helper=helper)
File "editors/forms.py", line 264, in __init__
self.addon_files_disabled = (self.helper.all_files
Comment 1•10 years ago
|
||
Thanks for filing this. Due to resource constraints we are closing bugs which we won't realistically be able to fix. If you have a patch that applies to this bug please reopen.
For more info see http://micropipes.com/blog/2014/09/24/the-great-add-on-bug-triage/
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•9 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
•