]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 302582: "add component/version" doesn't include action=add on enter_bug.cgi ...
authorlpsolit%gmail.com <>
Mon, 1 Aug 2005 07:11:14 +0000 (07:11 +0000)
committerlpsolit%gmail.com <>
Mon, 1 Aug 2005 07:11:14 +0000 (07:11 +0000)
template/en/default/global/user-error.html.tmpl

index 6fd58ee6684b0f23bd32131529b91b3705cd4758..992c6d89b5423e0957045c968c3266347d8187ba 100644 (file)
     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
     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