[freeside-commits] freeside/rt/lib/RT Config.pm,1.5,1.6

Ivan,,, ivan at wavetail.420.am
Wed Nov 10 15:12:24 PST 2010


Update of /home/cvs/cvsroot/freeside/rt/lib/RT
In directory wavetail.420.am:/tmp/cvs-serv6282/rt/lib/RT

Modified Files:
	Config.pm 
Log Message:
QuickCreateDisplay RT pref and config option to redirect to ticket display on quick create, RT#10429

Index: Config.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/lib/RT/Config.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -d -r1.5 -r1.6
--- Config.pm	6 Jun 2010 04:22:40 -0000	1.5
+++ Config.pm	10 Nov 2010 23:12:21 -0000	1.6
@@ -313,6 +313,16 @@
             Hints => 'Use css rules to display text monospaced and with formatting preserved, but wrap as needed.  This does not work well with IE6 and you should use the previous option', #loc
         },
     },
+    QuickCreateDisplay => {
+        Section         => 'Ticket display',
+        Overridable     => 1,
+        SortOrder       => 6,
+        Widget          => '/Widgets/Form/Boolean',
+        WidgetArguments => {
+            Description => 'On Quick Create, redirect to ticket display', #loc
+            #Hints => '', #loc
+        },
+    },
 
     # User overridable locale options
     DateTimeFormat => {



More information about the freeside-commits mailing list