Closed
Bug 1071741
Opened 11 years ago
Closed 11 years ago
TemplateDoesNotExist: attachments/list_files.html
Categories
(developer.mozilla.org Graveyard :: File attachments, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jezdez, Assigned: jezdez)
Details
(Whiteboard: [specification][type:bug])
What did you do?
================
I looked at the Sentry errors.
What happened?
==============
It showed a recurring error: https://errormill.mozilla.org/mdn/mdn/group/172531/ about a missing template.
TemplateDoesNotExist: attachments/list_files.html
What should have happened?
==========================
The list_files view should render successfully.
Is there anything else we should know?
======================================
| Assignee | ||
Comment 1•11 years ago
|
||
This seems to be an oversight in https://github.com/mozilla/kuma/commit/8b54bed209ade8ea63a514c69d8904679d497316
Assignee: nobody → jezdez
Status: NEW → ASSIGNED
Component: General → Wiki pages
Updated•11 years ago
|
Assignee: jezdez → jbennett
Comment 2•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/0d1057fa93f5107b5e6deb8ddfba37125ce707c9
fix bug 1071741 -- render the file list successfully and use correct feed URL.
This is a regression from 8b54bed209ade8ea63a514c69d8904679d497316.
https://github.com/mozilla/kuma/commit/246882d9b486f83f837c662b9890c3d989aba787
Merge pull request #2767 from jezdez/bug1071741-attachement-list
fix bug 1071741 -- render the file list successfully and use correct feed URL.
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Assignee: jbennett → jezdez
| Assignee | ||
Updated•11 years ago
|
Component: Wiki pages → File attachments
Updated•5 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
•