[Rt-commit] r4325 - in rtir/branches/1.9-EXPERIMENTAL: .
html/Callbacks/RTIR/Search/Elements/PickBasics
ruz at bestpractical.com
ruz at bestpractical.com
Sat Dec 17 21:15:22 EST 2005
Author: ruz
Date: Sat Dec 17 21:15:22 2005
New Revision: 4325
Modified:
rtir/branches/1.9-EXPERIMENTAL/ (props changed)
rtir/branches/1.9-EXPERIMENTAL/html/Callbacks/RTIR/Search/Elements/PickBasics/Default
Log:
r579 at cubic-pc: cubic | 2005-12-18 05:18:33 +0300
r571 at cubic-pc: cubic | 2005-12-18 03:25:47 +0300
* run callback only in RTIR space
Modified: rtir/branches/1.9-EXPERIMENTAL/html/Callbacks/RTIR/Search/Elements/PickBasics/Default
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/Callbacks/RTIR/Search/Elements/PickBasics/Default (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/Callbacks/RTIR/Search/Elements/PickBasics/Default Sat Dec 17 21:15:22 2005
@@ -1,4 +1,5 @@
<%INIT>
+return unless $m->request_comp->path =~ m{^/RTIR};
foreach( @$Conditions ) {
next unless ($_->{'Name'}||'') =~ /^(?:Queue|Status)$/;
$_ = undef;
More information about the Rt-commit
mailing list