From 6acb603bb4422ca282b29e962291eb3d0d86d7bd Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Fri, 17 Jun 2016 00:31:09 -0500 Subject: RT#39627: System log daily context also includes Cron::bill and Cron::upload results [v3, search only] --- httemplate/search/log.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'httemplate') diff --git a/httemplate/search/log.html b/httemplate/search/log.html index 7714f4614..d4fed54c9 100644 --- a/httemplate/search/log.html +++ b/httemplate/search/log.html @@ -100,6 +100,12 @@ a:visited {text-decoration: none} labels => { map {$_, $_} @contexts }, curr_value => ($cgi->param('context') || ''), &> +
<& /elements/checkbox.html, + 'field' => 'context_height', + 'postfix' => 'Only match most specific context', + 'value' => 1, + 'curr_value' => scalar($cgi->param('context_height')), + &> @@ -210,7 +216,7 @@ $cgi->param('max_level', 7) unless defined($cgi->param('max_level')); my %search = (); $search{'date'} = [ FS::UI::Web::parse_beginning_ending($cgi) ]; $search{'level'} = [ $cgi->param('min_level'), $cgi->param('max_level') ]; -foreach my $param (qw(agentnum context tablename tablenum custnum message)) { +foreach my $param (qw(agentnum context context_height tablename tablenum custnum message)) { if ( $cgi->param($param) ) { $search{$param} = $cgi->param($param); } -- cgit v1.2.1