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

sartak at bestpractical.com sartak at bestpractical.com
Fri Jul 25 03:44:51 EDT 2008


Author: sartak
Date: Fri Jul 25 03:44:50 2008
New Revision: 14498

Modified:
   sd/trunk/   (props changed)
   sd/trunk/lib/App/SD/CLI/Command/Ticket/Comment.pm

Log:
 r65176 at onn:  sartak | 2008-07-25 03:44:26 -0400
 Fix "./bin/sd ticket comment --id=1" creating a new ticket


Modified: sd/trunk/lib/App/SD/CLI/Command/Ticket/Comment.pm
==============================================================================
--- sd/trunk/lib/App/SD/CLI/Command/Ticket/Comment.pm	(original)
+++ sd/trunk/lib/App/SD/CLI/Command/Ticket/Comment.pm	Fri Jul 25 03:44:50 2008
@@ -2,6 +2,8 @@
 use Moose;
 extends 'App::SD::CLI::Command::Ticket::Comment::Create';
 
+sub type { 'comment' }
+
 __PACKAGE__->meta->make_immutable;
 no Moose;
 



More information about the Bps-public-commit mailing list