Closed
Bug 709938
Opened 13 years ago
Closed 13 years ago
[Django] Error (EXTERNAL IP): /en-US/profiles/Heurist/edit
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
1.9
People
(Reporter: groovecoder, Assigned: groovecoder)
Details
(Whiteboard: u=user c=profiles p=1)
Traceback (most recent call last):
File "/data/www/django/developer.mozilla.org/kuma/vendor/src/django/django/core/handlers/base.py", line 100, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/data/www/django/developer.mozilla.org/kuma/apps/devmo/views.py", line 102, in profile_edit
if form.is_valid():
File "/data/www/django/developer.mozilla.org/kuma/vendor/src/django/django/forms/forms.py", line 121, in is_valid
return self.is_bound and not bool(self.errors)
File "/data/www/django/developer.mozilla.org/kuma/vendor/src/django/django/forms/forms.py", line 112, in _get_errors
self.full_clean()
File "/data/www/django/developer.mozilla.org/kuma/vendor/src/django/django/forms/forms.py", line 267, in full_clean
self._clean_fields()
File "/data/www/django/developer.mozilla.org/kuma/vendor/src/django/django/forms/forms.py", line 287, in _clean_fields
value = getattr(self, 'clean_%s' % name)()
File "/data/www/django/developer.mozilla.org/kuma/apps/devmo/forms.py", line 62, in clean_expertise
interests = set(parse_tags(cleaned_data['interests']))
KeyError: 'interests'
Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•13 years ago
|
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Whiteboard: u=user c=profiles p= → u=user c=profiles p=1
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → lcrouch
Comment 2•13 years ago
|
||
Commits pushed to https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/e7cc68e08e85ef7b4fef3590be4368f78120a108
Fix Bug 709938 default interests while validating expertise; hide expertise
https://github.com/mozilla/kuma/commit/28ded9119872a6168d575e40e1c2263ab0e8240a
Merge pull request #72 from groovecoder/709938-profile-edit
Fix Bug 709938 default interests while validating expertise; hide expertise
Updated•13 years ago
|
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Comment 3•12 years ago
|
||
verified fixed since we have gone for 4 months without re-producing this bug
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
Version: MDN → unspecified
Updated•12 years ago
|
Component: Website → Landing pages
Updated•4 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•