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)

defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: johnny.mozbugs, Assigned: spasovski)

References

()

Details

Attachments

(1 file)

Attached image wrong position of report confirmation (deleted) —
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
Blocks: 690899
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
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 %}
Priority: P4 → P3
Priority: P3 → P4
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Verified fixed. Postfix screencast: http://screencast.com/t/ylJdEqC8
Status: RESOLVED → VERIFIED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: