[Jifty-commit] r2297 - jifty/trunk/lib/Jifty/Action/Record

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Dec 3 05:17:36 EST 2006


Author: audreyt
Date: Sun Dec  3 05:17:36 2006
New Revision: 2297

Modified:
   jifty/trunk/lib/Jifty/Action/Record/Search.pm

Log:
* Jifty::Action::Record::Search - Add hints to _dwim.

Modified: jifty/trunk/lib/Jifty/Action/Record/Search.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Action/Record/Search.pm	(original)
+++ jifty/trunk/lib/Jifty/Action/Record/Search.pm	Sun Dec  3 05:17:36 2006
@@ -122,7 +122,7 @@
             $args->{"${field}_lt"} = { %$info, label => _("%1 less than", $label) };
             $args->{"${field}_ge"} = { %$info, label => _("%1 greater or equal to", $label) };
             $args->{"${field}_le"} = { %$info, label => _("%1 less or equal to", $label) };
-            $args->{"${field}_dwim"} = { %$info };
+            $args->{"${field}_dwim"} = { %$info, hints => _('!=>< allowed') };
         }
     }
 


More information about the Jifty-commit mailing list