[Bps-public-commit] r15577 - in sd/branches/sd-trunk: lib/App/SD/Model
jesse at bestpractical.com
jesse at bestpractical.com
Wed Aug 27 21:24:43 EDT 2008
Author: jesse
Date: Wed Aug 27 21:24:39 2008
New Revision: 15577
Modified:
sd/branches/sd-trunk/ (props changed)
sd/branches/sd-trunk/lib/App/SD/Model/Comment.pm
Log:
r44636 at 192: jesse | 2008-08-27 16:41:09 -0700
* A comment's ticket refers to a ticket, not to a comment
Modified: sd/branches/sd-trunk/lib/App/SD/Model/Comment.pm
==============================================================================
--- sd/branches/sd-trunk/lib/App/SD/Model/Comment.pm (original)
+++ sd/branches/sd-trunk/lib/App/SD/Model/Comment.pm Wed Aug 27 21:24:39 2008
@@ -16,7 +16,7 @@
#has SVK::Model::Ticket;
-__PACKAGE__->register_reference( ticket => 'App::SD::Model::Comment');
+__PACKAGE__->register_reference( ticket => 'App::SD::Model::Ticket');
__PACKAGE__->meta->make_immutable;
no Moose;
More information about the Bps-public-commit
mailing list