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)
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)
Reporter | ||
Comment 1•6 years ago
|
||
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"
}
```
Assignee | ||
Comment 2•6 years ago
|
||
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)
Reporter | ||
Comment 3•6 years ago
|
||
Still broken for me. I forgot to provide the actual URL here? It’s https://bugzilla.mozilla.org/form.trademark
Flags: needinfo?(kohei.yoshino)
Reporter | ||
Comment 4•6 years ago
|
||
There are also broken:
https://bugzilla.mozilla.org/form.presentation
https://bugzilla.mozilla.org/form.recoverykey
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 | ||
Updated•6 years ago
|
Assignee: nobody → dkl
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•6 years ago
|
||
Reporter | ||
Comment 6•6 years ago
|
||
Merged to master.
Reporter | ||
Updated•6 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•