From 315efbebcacc909a11eb0379bd2f67bd3145243c Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 10 Nov 2010 23:12:41 +0000 Subject: QuickCreateDisplay RT pref and config option to redirect to ticket display on quick create, RT#10429 --- rt/lib/RT/Config.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'rt/lib/RT') diff --git a/rt/lib/RT/Config.pm b/rt/lib/RT/Config.pm index ce66bb6cc..3634557c6 100644 --- a/rt/lib/RT/Config.pm +++ b/rt/lib/RT/Config.pm @@ -313,6 +313,16 @@ our %META = ( 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 => { -- cgit v1.2.1