]> git.uio.no Git - usit-rt.git/blobdiff - local/html/Callbacks/UiOCallbacks/Elements/Tabs/Privileged
Upgrade to 4.0.8 with mod of ExternalAuth + absolute paths to ticket-menu.
[usit-rt.git] / local / html / Callbacks / UiOCallbacks / Elements / Tabs / Privileged
index 6b24643aa02e3668aa9bcc51d337dd4408f8503c..10dea4636dc98bb9df5fb3491432a94f0b39f5c7 100644 (file)
@@ -30,12 +30,12 @@ if ($Ticket->CurrentUserHasRight('DeleteTicket') &&
     ($Ticket->Status ne 'deleted')) {
         $actions->child(
             isSpam => title => 'IsSpam',
-            path => "Display.html?Status=deleted&Queue=$spamqueuename&id=".$id,
+            path => "Ticket/Display.html?Status=deleted&Queue=$spamqueuename&id=".$id,
        );
 } else {
     $actions->child(
         isSpam => title => 'IsSpam',
-        path => "Display.html?Queue=$spamqueuename&id=".$id,
+        path => "Ticket/Display.html?Queue=$spamqueuename&id=".$id,
     );
 }
         
@@ -44,14 +44,14 @@ if ($Ticket->Queue eq $spamqueue->id) {
     ($Ticket->Status ne 'deleted')) {
         $actions->child(
                 isSpam => title => 'IsSpam',
-                path => "Display.html?Status=deleted&Queue=$spamqueuename&id=".$id,
+                path => "Ticket/Display.html?Status=deleted&Queue=$spamqueuename&id=".$id,
         );
                 }
         }
 
          $actions->child(
              Export => title => 'Export',
-             path => "Export.html?id=".$id,
+             path => "Ticket/Export.html?id=".$id,
          );