[Bps-public-commit] r13971 - in sd/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu Jul 10 17:07:18 EDT 2008
Author: sartak
Date: Thu Jul 10 17:07:14 2008
New Revision: 13971
Modified:
sd/trunk/ (props changed)
sd/trunk/lib/App/SD/Model/Ticket.pm
Log:
r64087 at onn: sartak | 2008-07-10 17:06:48 -0400
props_to_show for tickets
Modified: sd/trunk/lib/App/SD/Model/Ticket.pm
==============================================================================
--- sd/trunk/lib/App/SD/Model/Ticket.pm (original)
+++ sd/trunk/lib/App/SD/Model/Ticket.pm Thu Jul 10 17:07:14 2008
@@ -45,6 +45,10 @@
return colored($value, $color);
}
+sub props_to_show {
+ ('id', 'summary', 'status', 'owner', 'due', 'creator', 'reported_by', 'CF-Broken in', 'CF-Severity')
+}
+
__PACKAGE__->register_reference( comments => 'App::SD::Collection::Comment', by => 'ticket');
__PACKAGE__->register_reference( attachments => 'App::SD::Collection::Attachment', by => 'ticket');
More information about the Bps-public-commit
mailing list