Closed Bug 1497230 Opened 6 years ago Closed 6 years ago

Several custom form routes are not resolved, leading to 404 page not found, including Trademark Usage Requests

Categories

(bugzilla.mozilla.org :: Custom Bug Entry Forms, defect)

Production
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: kohei, Assigned: dkl)

References

(Regression, )

Details

(Keywords: regression)

Attachments

(1 file)

There is a link to the Trademark Usage Requests under the mozilla.org (actually Marketing) product: https://bugzilla.mozilla.org/page.cgi?id=custom_forms.html The route is defined here, but the page is currently a 404 not found. I guess it’s a regression from Mojo migration. https://github.com/mozilla-bteam/bmo/blob/master/extensions/BMO/Extension.pm#L2744-L2745
Flags: needinfo?(dylan)
Depends on: bmo-mojo
https://bugzilla.mozilla.org/enter_bug.cgi?product=Marketing&format=trademark is working. The dev mode Mojo 404 page shows the following stash: ``` { "REWRITE_trademark" => "form.trademark", "action" => "enter_bug_cgi", "cleanup_guard" => bless( [ 0, sub { "DUMMY" } ], 'Scope::Guard' ), "controller" => "cgi", "format" => "trademark", "product" => "Marketing" } ```
This seems to be working for me now. Must have gotten fixed in the meantime. Please try it again and if it works then close this bug.
Flags: needinfo?(dylan) → needinfo?(kohei.yoshino)
Still broken for me. I forgot to provide the actual URL here? It’s https://bugzilla.mozilla.org/form.trademark
Flags: needinfo?(kohei.yoshino)
Summary: Trademark Usage Requests: page not found → Several custom form routes are not resolved, leading to 404 page not found, including Trademark Usage Requests
Assignee: nobody → dkl
Status: NEW → ASSIGNED
Attached file GitHub Pull Request
Merged to master.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
No longer depends on: bmo-mojo
Regressed by: bmo-mojo
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: