[Rt-commit] r4742 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Mon Mar 13 17:25:53 EST 2006


Author: ruz
Date: Mon Mar 13 17:25:52 2006
New Revision: 4742

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/lib/RT/Config.pm

Log:
 r2110 at cubic-pc:  cubic | 2006-03-14 01:30:58 +0300
 * add $DefaultSummaryRows to overidable options


Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Config.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Config.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Config.pm	Mon Mar 13 17:25:52 2006
@@ -61,6 +61,14 @@
             Alternative => 0,
         },
     },
+    DefaultSummaryRows => {
+        Section         => 'General',
+        Overridable     => 1,
+        Widget          => '/Widgets/Form/Integer',
+        WidgetArguments => {
+            Description => 'Number of rows displayed in search results on the frontpage', #loc
+        },
+    },
     MessageBoxWidth => {
         Section         => 'General',
         Overridable     => 1,


More information about the Rt-commit mailing list