Closed
Bug 1745521
Opened 5 months ago
Closed 5 months ago
Update form.automative custom form to instead link to Testing::CI Configuration instead of old custom form
Categories
(bugzilla.mozilla.org :: Administration, enhancement)
bugzilla.mozilla.org
Administration
Tracking
()
RESOLVED
FIXED
People
(Reporter: dkl, Assigned: dkl)
References
Details
Attachments
(1 file)
Change
$r->any(
'/:REWRITE_automative' => [REWRITE_automative => qr{form[\.:]automative}])
->to(
'CGI#enter_bug_cgi' => {'product' => 'Testing', 'format' => 'automative'});
to
$r->any(
'/:REWRITE_automative' => [REWRITE_automative => qr{form[\.:]automative}])
->to(
'CGI#enter_bug_cgi' => {'product' => 'Testing', 'component' => 'CI Configuration'});
Assignee | ||
Comment 1•5 months ago
|
||
Assignee | ||
Comment 2•5 months ago
|
||
Merged to master. Will be in the next production deployment.
https://github.com/mozilla-bteam/bmo/commit/2ff93030b5aeb9b18f2e51125cf8713fdfdb24d2
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•