diff options
| author | ivan <ivan> | 2010-11-18 02:30:48 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2010-11-18 02:30:48 +0000 | 
| commit | ac6f13a86d41f51d631d4b43e607eff92e89fdde (patch) | |
| tree | 64ae853fbc11bea65f16e3b96f7e9db170c2115a /rt | |
| parent | 5ef064aeca4a22dbe38b538e65d512d5d398fe2f (diff) | |
changed to "DisplayAftgerQuickCreate" per upstream request for clarification, RT#10429
Diffstat (limited to 'rt')
| -rw-r--r-- | rt/lib/RT/Config.pm | 2 | ||||
| -rwxr-xr-x | rt/share/html/index.html | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/rt/lib/RT/Config.pm b/rt/lib/RT/Config.pm index 3634557c6..7aa25b380 100644 --- a/rt/lib/RT/Config.pm +++ b/rt/lib/RT/Config.pm @@ -313,7 +313,7 @@ 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 => { +    DisplayAfterQuickCreate => {          Section         => 'Ticket display',          Overridable     => 1,          SortOrder       => 6, diff --git a/rt/share/html/index.html b/rt/share/html/index.html index 2d703584e..89c976f0c 100755 --- a/rt/share/html/index.html +++ b/rt/share/html/index.html @@ -115,7 +115,7 @@ if ( $ARGS{'QuickCreate'} ) {                          From => $session{'CurrentUser'}->EmailAddress,                          Content => $ARGS{'Content'},                          Subject => $ARGS{'Subject'}); -        if ( $t && $t->Id && RT->Config->Get('QuickCreateDisplay', $session{'CurrentUser'}) ) { +        if ( $t && $t->Id && RT->Config->Get('DisplayAfterQuickCreate', $session{'CurrentUser'}) ) {            RT::Interface::Web::Redirect(RT->Config->Get('WebURL')."Ticket/Display.html?id=". $t->Id);          } else {            push @results, $msg;  | 
