Closed
Bug 705117
Opened 13 years ago
Closed 13 years ago
Report abuse confirmation is not displayed on the right page
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P4)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
VERIFIED
FIXED
6.3.3
People
(Reporter: johnny.mozbugs, Assigned: spasovski)
References
()
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
1. Load https://apps-preview-dev.allizom.org/en-US/apps/app/marble-run-fun-fun/
2. Report Abuse - and type some comment.
3. Observe page after report was sent.
4. Perform another action (I clicked on Manage).
Expected Results: Report abuse confirmation should be loaded right after it was sent, on the same page (App's Details).
Actual Results: After step 3, the confirmation is not displayed. Performing another action would result in displaying the confirmation on the next page (which is incorrect).
Screencast: http://screencast.com/t/ve7b27nA7
Comment 1•13 years ago
|
||
This is using Django's messaging framework. A message will live in your message bucket until it's displayed, so fixing this problem is just a matter of putting the "print any messages" code on the report page. We should probably put it in a top level include some day.
Assignee: nobody → dspasovski
Priority: -- → P4
Target Milestone: --- → 6.3.3
Comment 2•13 years ago
|
||
Yes, we should get rid of all the {% include "messages.html" %} statements on public pages (I believe the devhub has already been taken care of). Instead this is what we should be doing:
{% block outer_content %}{% include "messages.html" %}{% endblock %}
Updated•13 years ago
|
Priority: P4 → P3
Updated•13 years ago
|
Priority: P3 → P4
Assignee | ||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Verified fixed. Postfix screencast: http://screencast.com/t/ylJdEqC8
Status: RESOLVED → VERIFIED
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
•