[freeside-commits] freeside/rt/share/html index.html, 1.1.1.1.4.1, 1.1.1.1.4.2

Ivan,,, ivan at wavetail.420.am
Wed Nov 17 18:30:51 PST 2010


Update of /home/cvs/cvsroot/freeside/rt/share/html
In directory wavetail.420.am:/tmp/cvs-serv365/share/html

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	index.html 
Log Message:
changed to "DisplayAftgerQuickCreate" per upstream request for clarification, RT#10429

Index: index.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/share/html/index.html,v
retrieving revision 1.1.1.1.4.1
retrieving revision 1.1.1.1.4.2
diff -u -w -d -r1.1.1.1.4.1 -r1.1.1.1.4.2
--- index.html	10 Nov 2010 23:12:23 -0000	1.1.1.1.4.1
+++ index.html	18 Nov 2010 02:30:49 -0000	1.1.1.1.4.2
@@ -115,7 +115,7 @@
                         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;



More information about the freeside-commits mailing list