Closed
Bug 1395163
Opened 8 years ago
Closed 8 years ago
/admin/supersearch-fields/ broken due to missing supersearch_fields.html template
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
References
Details
Attachments
(1 file)
|
288.73 KB,
image/png
|
Details |
See https://sentry.prod.mozaws.net/operations/socorro-stage/issues/645420/
TemplateDoesNotExist: manage/supersearch_fields.html
File "django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "newrelic/hooks/framework_django.py", line 499, in wrapper
return wrapped(*args, **kwargs)
File "django/contrib/auth/decorators.py", line 22, in _wrapped_view
return view_func(request, *args, **kwargs)
File "crashstats/manage/views.py", line 423, in supersearch_fields
return render(request, 'manage/supersearch_fields.html', context)
File "django/shortcuts.py", line 67, in render
template_name, context, request=request, using=using)
File "django/template/loader.py", line 98, in render_to_string
template = get_template(template_name, using=using)
File "django/template/loader.py", line 46, in get_template
raise TemplateDoesNotExist(template_name)
When we rolled back the ES5 code, and then "rolled in" the new supersearch fields by file/python, we must have missed a commit or something.
Also, pretty sure we lost the django unit test that rendered that page.
| Assignee | ||
Comment 1•8 years ago
|
||
This is the commit that deleted supersearch_fields.html etc https://github.com/mozilla-services/socorro/commit/4144894f422e8e101629f0160afdc5234c5a5d48
| Assignee | ||
Comment 2•8 years ago
|
||
(In reply to Peter Bengtsson [:peterbe] from comment #1)
> This is the commit that deleted supersearch_fields.html etc
> https://github.com/mozilla-services/socorro/commit/
> 4144894f422e8e101629f0160afdc5234c5a5d48
Uh. Lemme revise that. The files should be deleted. The only thing we're keeping the list supersearch_fields_missing.html.
The problem is that the Admin home page has a tile/box that links to a page that no longer works.
| Assignee | ||
Comment 3•8 years ago
|
||
Oh! Now I get it. The flaw is that there are 2 links to "Super Search Fields" on the admin home page. (3 if you include the link the "nav").
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → peterbe
Comment 4•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/978522f386b08d09b265c7c3401f84e1602b48c3
fixes bug 1395163 - right link to supersearch fields missing in admin home (#3953)
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•