[Bps-public-commit] r15331 - in sd/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu Aug 21 06:38:03 EDT 2008
Author: sartak
Date: Thu Aug 21 06:37:45 2008
New Revision: 15331
Modified:
sd/trunk/ (props changed)
sd/trunk/lib/App/SD/CLI/Command/Ticket/Details.pm
Log:
r70155 at onn: sartak | 2008-08-21 06:37:14 -0400
Display comment creator 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 Thu Aug 21 06:37:45 2008
@@ -23,7 +23,7 @@
my @comments = sort by_creation_date @{$record->comments};
if (@comments) {
print "\n=head1 COMMENTS\n\n";
- print $_->prop('created') . "\n" . $_->prop('content') . "\n\n"
+ print $_->prop('creator') . ': ' . $_->prop('created') . "\n" . $_->prop('content') . "\n\n"
for @comments;
}
More information about the Bps-public-commit
mailing list