[Rt-commit] r9389 - in rtir/branches/2.3-EXPERIMENTAL: lib/RT/IR

ruz at bestpractical.com ruz at bestpractical.com
Sun Oct 21 17:01:51 EDT 2007


Author: ruz
Date: Sun Oct 21 17:01:51 2007
New Revision: 9389

Modified:
   rtir/branches/2.3-EXPERIMENTAL/etc/RTIR_Config.pm
   rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR/Tutorial.pod

Log:
* update Tutorial.pod
* small fix to format of BulkReject search

Modified: rtir/branches/2.3-EXPERIMENTAL/etc/RTIR_Config.pm
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/etc/RTIR_Config.pm	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/etc/RTIR_Config.pm	Sun Oct 21 17:01:51 2007
@@ -182,7 +182,7 @@
 
     RejectReports =>
         q{'<a href="__WebPath__/Ticket/Display.html?id=__id__">__id__</a>/TITLE:#',
-          '<a href="__WebPath__/Ticket/Display.html?id=__id__">__Subject__</a>',
+          '<a href="__WebPath__/Ticket/Display.html?id=__id__">__Subject__</a>/TITLE:Subject',
           __HasIncident__, __Requestors__, __OwnerName__, __CreatedRelative__, __DueRelative__},
 
     BulkReply =>

Modified: rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR/Tutorial.pod
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR/Tutorial.pod	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR/Tutorial.pod	Sun Oct 21 17:01:51 2007
@@ -173,6 +173,17 @@
 'bulk reject' page, while the latter one returns you to the RTIR home page
 where you could continue your work.
 
+As well, link to 'Bulk Reject' operation exist at the bottom of searches for
+'Incident Reports', so you can go to RTIR's 'Incident Reports' menu, refine
+search conditions if you like to, and from the page with results go to
+'Bulk Reject' operation.
+
+Using this interface you can reject IRs that have links to Incident(s) what
+may be undesired, so search results on 'Bulk Reject' page have column
+'Has Incident?' which indicates wether a IR linked to Incident or not.
+However this column is only informative and you still can reject IRs
+that are linked to an Incident.
+
 Note that you can't reject IRs that are owned by somebody else (you can,
 however, reject unowned IRs) with the bulk reject interface. IRs owned by
 others will be skipped with a warning even if you selected them.


More information about the Rt-commit mailing list