[Rt-commit] r5690 - in rtir/branches/2.1-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Wed Aug 2 15:53:24 EDT 2006


Author: ruz
Date: Wed Aug  2 15:53:24 2006
New Revision: 5690

Modified:
   rtir/branches/2.1-EXPERIMENTAL/   (props changed)
   rtir/branches/2.1-EXPERIMENTAL/html/RTIR/Search/Elements/PickCFs

Log:
 r1541 at cubic-pc:  cubic | 2006-08-02 07:01:22 +0400
 * fix custom fields operators


Modified: rtir/branches/2.1-EXPERIMENTAL/html/RTIR/Search/Elements/PickCFs
==============================================================================
--- rtir/branches/2.1-EXPERIMENTAL/html/RTIR/Search/Elements/PickCFs	(original)
+++ rtir/branches/2.1-EXPERIMENTAL/html/RTIR/Search/Elements/PickCFs	Wed Aug  2 15:53:24 2006
@@ -86,11 +86,10 @@
     $line{'Op'} = {
         Type => 'component',
         Path => '/Elements/SelectCustomFieldOperator',
-        Arguments => { True => loc("is"),
-                       False => loc("isn't"),
-                       TrueVal=> '=',
-                       FalseVal => '!=',
-                     },
+        Arguments => {
+            Options => [ loc("is"), loc("isn't") ],
+            Values => [ '=', '!=' ],
+        },
     };
     $line{'Value'} = {
         Type => 'component',


More information about the Rt-commit mailing list