[Rt-commit] r5071 - in rtir/branches/1.9-EXPERIMENTAL:
html/RTIR/Elements
ruz at bestpractical.com
ruz at bestpractical.com
Mon Apr 24 22:14:26 EDT 2006
Author: ruz
Date: Mon Apr 24 22:14:23 2006
New Revision: 5071
Modified:
rtir/branches/1.9-EXPERIMENTAL/ (props changed)
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/QueueTabs
Log:
r1328 at cubic-pc: cubic | 2006-04-25 05:09:17 +0400
* use respond as default action for switch to 'pending removal'
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 Apr 24 22:14:23 2006
@@ -226,7 +226,7 @@
}
if ( $Type eq 'Block' && $Ticket->FirstCustomFieldValue('_RTIR_State') eq 'active' ) {
$actions->{'Ab'} = {
- path => "RTIR/Update.html?Action=Comment&DefaultStatus=stalled&id=$id",
+ path => "RTIR/Update.html?Action=Respond&DefaultStatus=stalled&id=$id",
title => loc('Pending Removal'),
};
}
More information about the Rt-commit
mailing list