Closed Bug 634577 Opened 14 years ago Closed 14 years ago

Suggestion submission page is no longer available

Categories

(Input :: General, defect)

defect
Not set
major

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: davehunt, Assigned: ryansnyder)

References

()

Details

(Keywords: regression, Whiteboard: [fromAutomation])

Our automated tests currently attempt to open the suggestion submission page at http://input.stage.mozilla.com/suggestion. This is redirected to http://input.stage.mozilla.com/en-US/release/suggestion, but returns a 404 not found. Steps to reproduce: 1. Open http://input.stage.mozilla.com/suggestion Expected: Submit suggestion form Actual: Page not found
There are two small issues at play here: 1) suggestions are now called ideas, and are appropriately linked from the happy and sad pages. So the right URL would be http://input.stage.mozilla.com/idea . That being said, there should not be a release/ in that URL: 2) "idea" should be part of the SUPPORTED_NONCHANNELS URLs. Finally please note that this URL will be short-lived. In milestone 3.3, the betas will receive about the same look for their submission pages as the releases now have.
Assignee: nobody → ryan
Target Milestone: --- → 3.2
Thanks Fred. I've committed the change to settings.py. The automated tests will need to reflect the change from /suggestion to /idea, albeit temporarily. == https://github.com/fwenzel/reporter/commit/40cb32
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated the automated tests to reflect the temporary url change from /suggestion/ to /ideas/
Status: RESOLVED → VERIFIED
Component: Input → General
Product: Webtools → Input
Adding back in-testsuite flag that was mistakenly removed.
Flags: in-testsuite?
You need to log in before you can comment on or make changes to this bug.