]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1589444 - Add an option for recently fixed bugs in a particular component
authordklawren <dklawren@users.noreply.github.com>
Tue, 22 Oct 2019 15:34:16 +0000 (11:34 -0400)
committerGitHub <noreply@github.com>
Tue, 22 Oct 2019 15:34:16 +0000 (11:34 -0400)
extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl

index 6e45d7f3bea99d7defd0ac23c15ac5c344a85786..4464cd8789762590e4621a73cf7819263f64ce57 100644 (file)
             <div><a href="[% basepath FILTER none %]buglist.cgi?product=[% bug.product FILTER uri %]&amp;
                           [%~ %]component=[% bug.component FILTER uri %]&amp;bug_status=__open__"
                     target="_blank" role="menuitem" tabindex="-1">See Open [% terms.Bugs %] in This Component</a></div>
+            <div><a href="[% basepath FILTER none %]buglist.cgi?product=[% bug.product FILTER uri %]&amp;
+                          [%~ %]component=[% bug.component FILTER uri %]&amp;chfield=resolution&chfieldfrom=-6m&chfieldvalue=FIXED&bug_status=__closed__"
+                    target="_blank" role="menuitem" tabindex="-1">Recently Fixed [% terms.Bugs %] in This Component</a></div>
             <div><a href="[% basepath FILTER none %]enter_bug.cgi?product=[% bug.product FILTER uri %]&amp;
                           [%~ %]component=[% bug.component FILTER uri %]"
                     target="_blank" role="menuitem" tabindex="-1">File New [% terms.Bug %] in This Component</a></div>