diff options
author | ivan <ivan> | 2010-11-10 23:12:42 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-11-10 23:12:42 +0000 |
commit | 9e8c4a41aa10f40c7c8fc744e37ea8b21d4dce1e (patch) | |
tree | 25162bc05390d3c30a89a36f7d3c563f1c988abc /rt/lib/RT/Config.pm | |
parent | f6450113d5a5d77a5f565630cdc48da0fc34b3e1 (diff) |
QuickCreateDisplay RT pref and config option to redirect to ticket display on quick create, RT#10429
Diffstat (limited to 'rt/lib/RT/Config.pm')
-rw-r--r-- | rt/lib/RT/Config.pm | 10 |
1 files changed, 10 insertions, 0 deletions
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 => { |