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

ruz at bestpractical.com ruz at bestpractical.com
Fri Nov 18 04:00:05 EST 2005


Author: ruz
Date: Fri Nov 18 04:00:04 2005
New Revision: 4115

Modified:
   rtir/branches/1.9-EXPERIMENTAL/   (props changed)
   rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/ChildSummary
   rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/NewReports
   rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/QueueTabs
   rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/ShowIncidents
   rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Display.html
   rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/LinkChildren.html
Log:


Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/ChildSummary
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/ChildSummary	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/ChildSummary	Fri Nov 18 04:00:04 2005
@@ -61,7 +61,7 @@
 [<a href="<%$RT::WebPath%>/RTIR/Search/Refine.html?Queue=<%$Queue%><%$QueryString%>"><%loc("Refine Search")%></a>]
 % if ($Type eq 'Incident') {
 % if ($Queue) {
-[<a href="<%$RT::WebPath%>/RTIR/Incident/LinkChildren.html?ClearRestrictions=1&Queue=<%$Queue%>&Query=Content LIKE '<%$q%>'&id=<%$ticket%>"><%loc("Bulk Link")%></a>]
+[<a href="<%$RT::WebPath%>/RTIR/Incident/LinkChildren.html?Queue=<%$Queue%>&Query=Content LIKE '<%$q%>'&id=<%$ticket%>"><%loc("Bulk Link")%></a>]
 % }
 %   if ($Queue eq 'Investigations' and $lookuptype eq 'email') {
 <br>[<a href="<%$RT::WebPath%>/RTIR/Create.html?Incident=<%$ticket%>&Requestors=<%$q%>&Queue=Investigations"><%loc("Launch new: [_1]", $q)%></a>]

Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/NewReports
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/NewReports	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/NewReports	Fri Nov 18 04:00:04 2005
@@ -35,7 +35,7 @@
    Rows => 10,
 &>
 
-<a href="<%$RT::WebPath%>/RTIR/Report/BulkReject.html?ClearRestrictions=1">[<%loc("Bulk Reject")%>]</a>
+<a href="<%$RT::WebPath%>/RTIR/Report/BulkReject.html">[<%loc("Bulk Reject")%>]</a>
 
 <& /Widgets/TitleBoxEnd &>
 

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	Fri Nov 18 04:00:04 2005
@@ -122,11 +122,11 @@
         if ($Type eq 'Incident') {
             $actions->{'A'} = {
                 title => loc('Reply to Reporters'),
-                path  => "RTIR/Incident/Reply.html?DefaultStatus=stalled&ClearRestrictions=1&id=$id",
+                path  => "RTIR/Incident/Reply.html?DefaultStatus=stalled&id=$id",
             };
             $actions->{'Ab'} = {
                 title => loc('Reply to All'),
-                path  => "RTIR/Incident/Reply.html?DefaultStatus=stalled&ClearRestrictions=1&id=$id&All=1",
+                path  => "RTIR/Incident/Reply.html?DefaultStatus=stalled&id=$id&All=1",
             };
         } else {
             $actions->{'A'} = {
@@ -159,11 +159,11 @@
         elsif ( $Type eq 'Incident' ) {
             if ( $Ticket->Status ne 'resolved' ) {
                 $actions->{'Ac'} = {
-                    path  => "RTIR/Incident/Reply.html?Action=Comment&DefaultStatus=resolved&ClearRestrictions=1&id=$id&All=1",
+                    path  => "RTIR/Incident/Reply.html?Action=Comment&DefaultStatus=resolved&id=$id&All=1",
                     title => loc('Resolve'),
                 };
                 $actions->{'B'} = {
-                    path  => "RTIR/Incident/Reply.html?Action=Comment&DefaultStatus=rejected&ClearRestrictions=1&id=$id&All=1",
+                    path  => "RTIR/Incident/Reply.html?Action=Comment&DefaultStatus=rejected&id=$id&All=1",
                     title => loc('Abandon'),
                 };
             }

Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/ShowIncidents
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/ShowIncidents	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/ShowIncidents	Fri Nov 18 04:00:04 2005
@@ -36,7 +36,7 @@
 
 % if ($depth == 1) {
 %   if ($Ticket->Owner == $session{'CurrentUser'}->id) {
-<b><a href="<%$RT::WebPath%>/RTIR/Incident/LinkToIncident.html?id=<%$Ticket->Id%>&ClearRestrictions=1">[Link]</a></b>
+<b><a href="<%$RT::WebPath%>/RTIR/Incident/LinkToIncident.html?id=<% $Ticket->Id %>">[Link]</a></b>
 <b><a href="<%$RT::WebPath%>/RTIR/Create.html?child=<%$Ticket->Id%>&Queue=Incidents">[New]</a></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	Fri Nov 18 04:00:04 2005
@@ -118,7 +118,7 @@
 % if ($Ticket->CurrentUserHasRight('ModifyTicket')) {
     <table width=100%><tr><td align="right"><font size="-1">
         | <a href="<%$RT::WebPath%>/RTIR/Create.html?Incident=<%$Ticket->Id%>&Queue=Incident%20Reports"><%loc('New')%></a>
-        | <a href="<%$RT::WebPath%>/RTIR/Incident/LinkChildren.html?ClearRestrictions=1&id=<%$Ticket->Id%>&Queue=Incident%20Reports"><%loc("Link")%></a> |
+        | <a href="<%$RT::WebPath%>/RTIR/Incident/LinkChildren.html?id=<%$Ticket->Id%>&Queue=Incident%20Reports"><%loc("Link")%></a> |
     </font></td></tr></table>
 % }
 
@@ -140,7 +140,7 @@
 % if ($Ticket->CurrentUserHasRight('ModifyTicket')) {
     <table width=100%><tr><td align="right"><font size="-1">
         | <a href="<%$RT::WebPath%>/RTIR/Create.html?Incident=<%$Ticket->Id%>&Queue=Investigations"><%loc('Launch')%></a> 
-        | <a href="<%$RT::WebPath%>/RTIR/Incident/LinkChildren.html?ClearRestrictions=1&id=<%$Ticket->Id%>&Queue=Investigations%>"><%loc("Link")%></a> |
+        | <a href="<%$RT::WebPath%>/RTIR/Incident/LinkChildren.html?id=<%$Ticket->Id%>&Queue=Investigations%>"><%loc("Link")%></a> |
     </font></td></tr></table>
 % }
 
@@ -161,7 +161,7 @@
 % if ($Ticket->CurrentUserHasRight('ModifyTicket')) {
     <table width=100%><tr><td align="right"><font size="-1">
         | <a href="<%$RT::WebPath%>/RTIR/Create.html?Incident=<%$Ticket->Id%>&Queue=Blocks"><%loc('New')%></a> 
-        | <a href="<%$RT::WebPath%>/RTIR/Incident/LinkChildren.html?ClearRestrictions=1&id=<%$Ticket->Id%>&Queue=Blocks>"><%loc("Link")%></a> |
+        | <a href="<%$RT::WebPath%>/RTIR/Incident/LinkChildren.html?id=<%$Ticket->Id%>&Queue=Blocks>"><%loc("Link")%></a> |
     </font></td></tr></table>
 % }
 

Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/LinkChildren.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/LinkChildren.html	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/LinkChildren.html	Fri Nov 18 04:00:04 2005
@@ -29,7 +29,7 @@
 <& Elements/LinkTabs, 
     Queue => $Queue,
     Ticket => $IncidentObj, 
-    current_subtab => 'RTIR/Incident/LinkChildren.html?ClearRestrictions=1&id='.$IncidentObj->id.'&Queue='.$Queue,
+    current_subtab => 'RTIR/Incident/LinkChildren.html?id='.$IncidentObj->id.'&Queue='.$Queue,
     Tab => loc('Link [_1]', $Queue),
     Title => $title,
  &>


More information about the Rt-commit mailing list