[Rt-commit] rt branch, 4.0/clean_jumbo_message_box, created. rt-4.0.0rc4-101-g39a56eb

Ruslan Zakirov ruz at bestpractical.com
Wed Mar 2 06:54:34 EST 2011


The branch, 4.0/clean_jumbo_message_box has been created
        at  39a56ebb910f854a1a91ccfb26c804d1a17c553f (commit)

- Log -----------------------------------------------------------------
commit 39a56ebb910f854a1a91ccfb26c804d1a17c553f
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Wed Mar 2 14:52:50 2011 +0300

    redirect if we have results
    
    * refresh doesn't re-submit update
    * message box gets cleaned

diff --git a/share/html/Ticket/ModifyAll.html b/share/html/Ticket/ModifyAll.html
index b1ebe8b..929ce18 100755
--- a/share/html/Ticket/ModifyAll.html
+++ b/share/html/Ticket/ModifyAll.html
@@ -209,6 +209,12 @@ unless ($OnlySearchForPeople or $OnlySearchForGroup or $ARGS{'AddMoreAttach'} )
 
 $Ticket->ApplyTransactionBatch;
 
+MaybeRedirectForResults(
+    Actions   => \@results,
+    Path      => "/Ticket/ModifyAll.html",
+    Arguments => { id => $Ticket->id },
+);
+
 # If they've gone and moved the ticket to somewhere they can't see, etc...
 # TODO: display the results, even if we can't display the ticket.
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list