[freeside-commits] branch master updated. 58247d8b69d1dcc81016f97b3ee79b41fbe44e62
Ivan
ivan at 420.am
Mon Aug 13 22:52:04 PDT 2012
The branch, master has been updated
via 58247d8b69d1dcc81016f97b3ee79b41fbe44e62 (commit)
from 8d5b8d5d0d0ce1e238cca778e4b342e950ea1574 (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 58247d8b69d1dcc81016f97b3ee79b41fbe44e62
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Aug 13 22:51:54 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 29a7d02..4a397fa 100644
--- a/rt/etc/RT_SiteConfig.pm
+++ b/rt/etc/RT_SiteConfig.pm
@@ -49,7 +49,7 @@ Set($MessageBoxWidth, 80);
Set($MessageBoxRichTextHeight, 368);
#redirects to ticket display on quick create
-#Set($QuickCreateRedirect, 1);
+#Set($DisplayTicketAfterQuickCreate, 1);
#Set(@Plugins,(qw(Extension::QuickDelete RT::FM)));
-----------------------------------------------------------------------
Summary of changes:
rt/etc/RT_SiteConfig.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list