Bugzilla – Attachment 37968 Details for
Bug 6911
Log viewer should remember search terms
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 6911: (follow-up) Reintroduce few lines to avoid regression
PASSED-QA-Bug-6911-follow-up-Reintroduce-few-lines.patch (text/plain), 1.06 KB, created by
Tomás Cohen Arazi (tcohen)
on 2015-04-16 15:09:20 UTC
(
hide
)
Description:
[PASSED QA] Bug 6911: (follow-up) Reintroduce few lines to avoid regression
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2015-04-16 15:09:20 UTC
Size:
1.06 KB
patch
obsolete
>From fa82d07a9f79ea1e414a76a058c26e70ac1f0145 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 16 Apr 2015 16:30:12 +0200 >Subject: [PATCH] [PASSED QA] Bug 6911: (follow-up) Reintroduce few lines to > avoid regression > >If you come from the biblio detail page and click on "modification log", >you should get the circ menu, not the tools menu. > >Test plan: >1/ Go on a biblio detail page >2/ Click on the "modification log" tab >3/ You should get the modification log page with the circ menu. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > tools/viewlog.pl | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/tools/viewlog.pl b/tools/viewlog.pl >index 9b81d50..c867226 100755 >--- a/tools/viewlog.pl >+++ b/tools/viewlog.pl >@@ -194,6 +194,11 @@ if ($do_it) { > actions => \@actions, > ); > >+ # Used modules >+ foreach my $module (@modules) { >+ $template->param( $module => 1 ); >+ } >+ > output_html_with_http_headers $input, $cookie, $template->output; > } > else { >-- >2.3.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 6911
:
37294
|
37321
|
37510
|
37961
| 37968