[Bps-public-commit] r14946 - in sd/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Sat Aug 9 12:46:45 EDT 2008
Author: sartak
Date: Sat Aug 9 12:46:45 2008
New Revision: 14946
Modified:
sd/trunk/ (props changed)
sd/trunk/lib/App/SD/CLI/Command/Ticket/Details.pm
Log:
r69008 at onn: sartak | 2008-08-09 12:46:32 -0400
Include history in ticket details
Modified: sd/trunk/lib/App/SD/CLI/Command/Ticket/Details.pm
==============================================================================
--- sd/trunk/lib/App/SD/CLI/Command/Ticket/Details.pm (original)
+++ sd/trunk/lib/App/SD/CLI/Command/Ticket/Details.pm Sat Aug 9 12:46:45 2008
@@ -20,6 +20,9 @@
print "\n=head1 COMMENTS\n\n";
my @comments = sort by_creation_date @{$record->comments};
print $_->prop('created') . "\n" . $_->prop('content') . "\n\n" for @comments;
+
+ print "\n=head1 HISTORY\n\n";
+ print $record->history_as_string;
};
__PACKAGE__->meta->make_immutable;
More information about the Bps-public-commit
mailing list