[Rt-commit] r18439 - rt/3.8/trunk/share/html/Search/Elements

ruz at bestpractical.com ruz at bestpractical.com
Tue Feb 17 21:09:23 EST 2009


Author: ruz
Date: Tue Feb 17 21:09:22 2009
New Revision: 18439

Modified:
   rt/3.8/trunk/share/html/Search/Elements/PickBasics

Log:
* use SelectPriority in query builder

Modified: rt/3.8/trunk/share/html/Search/Elements/PickBasics
==============================================================================
--- rt/3.8/trunk/share/html/Search/Elements/PickBasics	(original)
+++ rt/3.8/trunk/share/html/Search/Elements/PickBasics	Tue Feb 17 21:09:22 2009
@@ -192,7 +192,10 @@
             Type => 'component',
             Path => '/Elements/SelectEqualityOperator',
         },
-        Value => { Type => 'text', Size => 5 }
+        Value => {
+            Type => 'component',
+            Path => '/Elements/SelectPriority',
+        },
     },
     {
         Name => 'Links',


More information about the Rt-commit mailing list