Aklapper has uploaded a new change for review. https://gerrit.wikimedia.org/r/106710
Change subject: Set product parameter in guided bug entry form link on enter_bug.cgi ...................................................................... Set product parameter in guided bug entry form link on enter_bug.cgi So people do not have to choose the product again when switching from default bug entry form to guided bug entry form. Bug: 59886 Change-Id: Ib9a651e7693c3d4f993e96768f02c16b359134e1 --- M template/en/custom/bug/create/user-message.html.tmpl 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/bugzilla/modifications refs/changes/10/106710/1 diff --git a/template/en/custom/bug/create/user-message.html.tmpl b/template/en/custom/bug/create/user-message.html.tmpl index 4eb5744..d5898b8 100644 --- a/template/en/custom/bug/create/user-message.html.tmpl +++ b/template/en/custom/bug/create/user-message.html.tmpl @@ -29,4 +29,4 @@ [% PROCESS global/variables.none.tmpl %] -Before reporting [% terms.abug %], please read the <a target="_blank" href="https://www.mediawiki.org/wiki/How_to_report_a_bug">guidelines</a> and <a href="query.cgi">search</a> for existing [% terms.bug %] reports. If you prefer a simpler way to create a [% terms.bug %] report, try the <a href="enter_bug.cgi?format=guided">guided bug entry form</a>. \ No newline at end of file +Before reporting [% terms.abug %], please read the <a target="_blank" href="https://www.mediawiki.org/wiki/How_to_report_a_bug">guidelines</a> and <a href="query.cgi">search</a> for existing [% terms.bug %] reports. If you prefer a simpler way to create a [% terms.bug %] report, try the <a href="enter_bug.cgi?format=guided&product=[% product.name %]">guided bug entry form</a>. -- To view, visit https://gerrit.wikimedia.org/r/106710 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib9a651e7693c3d4f993e96768f02c16b359134e1 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/bugzilla/modifications Gerrit-Branch: master Gerrit-Owner: Aklapper <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
