[Rt-commit] r4322 - in rtir/branches/1.9-EXPERIMENTAL: . html/Callbacks/RTIR/Search html/Callbacks/RTIR/Search/Elements html/Callbacks/RTIR/Search/Elements/PickBasics html/RTIR/Search/Elements

ruz at bestpractical.com ruz at bestpractical.com
Sat Dec 17 21:14:46 EST 2005


Author: ruz
Date: Sat Dec 17 21:14:46 2005
New Revision: 4322

Added:
   rtir/branches/1.9-EXPERIMENTAL/html/Callbacks/RTIR/Search/
   rtir/branches/1.9-EXPERIMENTAL/html/Callbacks/RTIR/Search/Elements/
   rtir/branches/1.9-EXPERIMENTAL/html/Callbacks/RTIR/Search/Elements/PickBasics/
   rtir/branches/1.9-EXPERIMENTAL/html/Callbacks/RTIR/Search/Elements/PickBasics/Default
Removed:
   rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Elements/PickBasics
Modified:
   rtir/branches/1.9-EXPERIMENTAL/   (props changed)
Log:


Added: rtir/branches/1.9-EXPERIMENTAL/html/Callbacks/RTIR/Search/Elements/PickBasics/Default
==============================================================================
--- (empty file)
+++ rtir/branches/1.9-EXPERIMENTAL/html/Callbacks/RTIR/Search/Elements/PickBasics/Default	Sat Dec 17 21:14:46 2005
@@ -0,0 +1,9 @@
+<%INIT>
+foreach( @$Conditions ) {
+    next unless ($_->{'Name'}||'') =~ /^(?:Queue|Status)$/;
+    $_ = undef;
+}
+</%INIT>
+<%ARGS>
+$Conditions => [],
+</%ARGS>


More information about the Rt-commit mailing list