[Rt-commit] [rtir] 01/12: Stop hiding the Status select when refining.
Kevin Falcone
falcone at bestpractical.com
Fri Jul 12 10:40:02 EDT 2013
This is an automated email from the git hooks/post-receive script.
falcone pushed a commit to branch 2.9/edit-search-regressions
in repository rtir.
commit 2aad956242c54a723526c474252dbd3cebb037a2
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Fri Jul 5 18:15:18 2013 -0400
Stop hiding the Status select when refining.
This restriction dates from when RTIR had a State Custom Field, before
we could use Lifecycles to create Queue-specific status sets.
---
html/Callbacks/RTIR/Search/Elements/PickBasics/Default | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/Callbacks/RTIR/Search/Elements/PickBasics/Default b/html/Callbacks/RTIR/Search/Elements/PickBasics/Default
index c6b2eb8..4e3e8ce 100644
--- a/html/Callbacks/RTIR/Search/Elements/PickBasics/Default
+++ b/html/Callbacks/RTIR/Search/Elements/PickBasics/Default
@@ -52,7 +52,7 @@ my $path = $m->request_comp->path;
return unless $path =~ m{^/RTIR};
return if $path =~ m{^/RTIR/Search/index.html};
foreach( @$Conditions ) {
- next unless ($_->{'Name'}||'') =~ /^(?:Queue|Status)$/;
+ next unless ($_->{'Name'}||'') eq 'Queue';
$_ = undef;
}
</%INIT>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Rt-commit
mailing list