X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FSearch%2FBuild.html;h=cffcbf4261439ed20699b14d9aaa86428950c6bd;hp=ad0ad5a748f95e8476be1b739d405471875c3ae6;hb=5b5eb87bf66f1fac003a13dc2db48e8970c5c986;hpb=7322f2afedcc2f427e997d1535a503613a83f088 diff --git a/rt/share/html/Search/Build.html b/rt/share/html/Search/Build.html index ad0ad5a74..cffcbf426 100644 --- a/rt/share/html/Search/Build.html +++ b/rt/share/html/Search/Build.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2016 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2017 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -67,7 +67,6 @@ %# <& /Elements/Header, Title => $title &> <& /Elements/Tabs, %TabArgs &> -
@@ -200,7 +199,7 @@ my $cf_field_names = # Try to find if we're adding a clause foreach my $arg ( keys %ARGS ) { - next unless $arg =~ m/^ValueOf(\w+|($cf_field_names).\{.*?\})$/ + next unless $arg =~ m/^ValueOf([\w\.]+|($cf_field_names).\{.*?\})$/ && ( ref $ARGS{$arg} eq "ARRAY" ? grep $_ ne '', @{ $ARGS{$arg} } : $ARGS{$arg} ne '' );