[Rt-commit] r16136 - in rt/branches/3.999-DANGEROUS: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Sun Sep 28 04:32:40 EDT 2008
Author: sunnavy
Date: Sun Sep 28 04:32:40 2008
New Revision: 16136
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/share/html/Ticket/ModifyAll.html
rt/branches/3.999-DANGEROUS/share/html/Ticket/ModifyDates.html
Log:
r16935 at sunnavys-mb: sunnavy | 2008-09-28 16:29:40 +0800
updated pages accordingly
Modified: rt/branches/3.999-DANGEROUS/share/html/Ticket/ModifyAll.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Ticket/ModifyAll.html (original)
+++ rt/branches/3.999-DANGEROUS/share/html/Ticket/ModifyAll.html Sun Sep 28 04:32:40 2008
@@ -195,7 +195,7 @@
}
@lresults = process_ticket_links( ticket_obj => $Ticket, args_ref => \%ARGS);
- at dresults = $action->get_results;
+ at dresults = $action->detailed_messages;
push @results, @wresults;
push @results, @dresults;
Modified: rt/branches/3.999-DANGEROUS/share/html/Ticket/ModifyDates.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Ticket/ModifyDates.html (original)
+++ rt/branches/3.999-DANGEROUS/share/html/Ticket/ModifyDates.html Sun Sep 28 04:32:40 2008
@@ -70,7 +70,7 @@
my $ticket_obj = load_ticket($id);
my $action = Jifty->web->new_action( class => 'UpdateTicket', record =>
$ticket_obj );
-my @results = $action->get_results;
+my @results = $action->detailed_messages;
</%INIT>
<%ARGS>
More information about the Rt-commit
mailing list