Commit 3da7635c authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 302582: "add component/version" doesn't include action=add on enter_bug.cgi…

Bug 302582: "add component/version" doesn't include action=add on enter_bug.cgi - Patch by Emmanuel Seyman <eseyman@linagora.com> r=LpSolit a=justdave
parent f299f2b3
......@@ -754,7 +754,7 @@
has to have at least one component in order for you to
enter [% terms.abug %] into it.<p>
[% IF UserInGroup("editcomponents") %]
<a href="editcomponents.cgi?product=[% product FILTER url_quote %]">Create
<a href="editcomponents.cgi?action=add&amp;product=[% product FILTER url_quote %]">Create
a new component</a>.
[% ELSE %]
Please contact [% Param("maintainer") %] and ask them
......@@ -815,7 +815,7 @@
has to have at least one version in order for you to
enter [% terms.abug %] into it.<p>
[% IF UserInGroup("editcomponents") %]
<a href="editversions.cgi?product=[% product FILTER url_quote %]">Create
<a href="editversions.cgi?action=add&amp;product=[% product FILTER url_quote %]">Create
a new version</a>.
[% ELSE %]
Please contact [% Param("maintainer") %] and ask them
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment