[Bps-public-commit] r12506 - in sd/trunk: .

jesse at bestpractical.com jesse at bestpractical.com
Sun May 18 10:51:04 EDT 2008


Author: jesse
Date: Sun May 18 10:51:02 2008
New Revision: 12506

Modified:
   sd/trunk/   (props changed)
   sd/trunk/lib/App/SD/Model/Ticket.pm

Log:
 r31689 at 31b:  jesse | 2008-05-18 20:19:12 +0800
 - Create branch trunk
 r31690 at 31b:  jesse | 2008-05-18 20:20:06 +0800
 * better format of ticket list 
 


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	Sun May 18 10:51:02 2008
@@ -8,8 +8,8 @@
 use constant record_type => 'ticket';
 
 
-use constant summary_format => '%l %s %s';
-use constant summary_props => qw(summary status);
+use constant summary_format => '%l %-7.7s %-60.60s';
+use constant summary_props => qw(status summary );
 
 sub validate_prop_status {
     my ($self, %args) = @_;



More information about the Bps-public-commit mailing list