[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 2ef0feae2aea8ec88dba7e5467c9cae8f26f773c
Ivan
ivan at 420.am
Mon Aug 13 22:52:05 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via 2ef0feae2aea8ec88dba7e5467c9cae8f26f773c (commit)
from 026aa2c09d0df254fa446fe345ba2c7d45c5e764 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2ef0feae2aea8ec88dba7e5467c9cae8f26f773c
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Aug 13 22:52:01 2012 -0700
fix config option to for redirecting to ticket display after quick create
diff --git a/rt/etc/RT_SiteConfig.pm b/rt/etc/RT_SiteConfig.pm
index e55f4fc..6e087e3 100644
--- a/rt/etc/RT_SiteConfig.pm
+++ b/rt/etc/RT_SiteConfig.pm
@@ -50,7 +50,8 @@ Set($MessageBoxWidth, 80);
Set($MessageBoxRichTextHeight, 368);
#redirects to ticket display on quick create
-#Set($QuickCreateRedirect, 1);
+#Set($DisplayAfterQuickCreate, 1);
+#Set($DisplayTicketAfterQuickCreate, 1);
#Set(@Plugins,(qw(Extension::QuickDelete RT::FM)));
-----------------------------------------------------------------------
Summary of changes:
rt/etc/RT_SiteConfig.pm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list