[Rt-commit] r4298 - in rtir/branches/1.9-EXPERIMENTAL: . html/RTIR html/RTIR/Elements html/RTIR/Incident

ruz at bestpractical.com ruz at bestpractical.com
Mon Dec 12 19:20:39 EST 2005


Author: ruz
Date: Mon Dec 12 19:20:38 2005
New Revision: 4298

Modified:
   rtir/branches/1.9-EXPERIMENTAL/   (props changed)
   rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Display.html
   rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/QueueTabs
   rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Display.html
Log:
 r520 at cubic-pc:  cubic | 2005-12-13 03:24:07 +0300
  r519 at cubic-pc:  cubic | 2005-12-13 03:23:38 +0300
  * revert Quick argument and redirect to search results after
    quick edits
 


Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Display.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Display.html	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Display.html	Mon Dec 12 19:20:38 2005
@@ -231,15 +231,6 @@
     }
 }
 
-if( delete $ARGS{'Quick'} ) {
-    $m->comp( '/RTIR/Search/Results.html',
-              %ARGS,
-              Queue => $Queue->Name,
-              results => \@results
-            );
-    $m->abort;
-}
-
 unless ( $Ticket->CurrentUserHasRight('ShowTicket') ) {
     if( $id eq 'new' ) {
         Abort("No permission to view newly created ticket #".$Ticket->id.".");

Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/QueueTabs
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/QueueTabs	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/QueueTabs	Mon Dec 12 19:20:38 2005
@@ -144,12 +144,12 @@
                         title => loc('Resolve'),
                     };
                     $actions->{'Acc'} = {
-                        path => "RTIR/Display.html?Status=resolved&Quick=1&id=$id",
+                        path => "RTIR/Display.html?Status=resolved&id=$id",
                         title => loc('Quick Resolve'),
                     };
                 }
                 $actions->{'B'} = {
-                    path => "RTIR/Display.html?Status=rejected&Quick=1&id=$id",
+                    path => "RTIR/Display.html?Status=rejected&id=$id",
                     title => loc('Quick Reject'),
                 };
                 $actions->{'Bb'} = {
@@ -165,7 +165,7 @@
                     title => loc('Resolve'),
                 };
                 $actions->{'Acc'} = {
-                    path => "RTIR/Display.html?Status=resolved&Quick=1&id=$id",
+                    path => "RTIR/Display.html?Status=resolved&id=$id",
                     title => loc('Quick Resolve'),
                 };
                 $actions->{'B'} = {

Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Display.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Display.html	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Display.html	Mon Dec 12 19:20:38 2005
@@ -321,15 +321,6 @@
     }
 }
 
-if( delete $ARGS{'Quick'} ) {
-    $m->comp( '/RTIR/Search/Results.html',  
-              %ARGS,
-              Queue => $Ticket->QueueObj->Name,
-              results => \@results
-            );
-    $m->abort;
-}
-
 my $attachments = $m->comp('/Ticket/Elements/FindAttachments', Ticket => $Ticket);
 
 </%INIT>


More information about the Rt-commit mailing list