[Bps-public-commit] r15287 - in sd/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Wed Aug 20 08:50:09 EDT 2008
Author: sartak
Date: Wed Aug 20 08:50:08 2008
New Revision: 15287
Modified:
sd/trunk/ (props changed)
sd/trunk/lib/App/SD/Model/Attachment.pm
sd/trunk/lib/App/SD/Model/Comment.pm
Log:
r69867 at onn: sartak | 2008-08-20 08:50:01 -0400
Re-add these "references" methods
Modified: sd/trunk/lib/App/SD/Model/Attachment.pm
==============================================================================
--- sd/trunk/lib/App/SD/Model/Attachment.pm (original)
+++ sd/trunk/lib/App/SD/Model/Attachment.pm Wed Aug 20 08:50:08 2008
@@ -12,7 +12,7 @@
sub _default_summary_format { '%s,$luid | %s,name | %s,content_type'}
-#__PACKAGE__->register_reference( ticket => 'App::SD::Model::Ticket');
+__PACKAGE__->register_reference( ticket => 'App::SD::Model::Ticket');
sub create {
my $self = shift;
Modified: sd/trunk/lib/App/SD/Model/Comment.pm
==============================================================================
--- sd/trunk/lib/App/SD/Model/Comment.pm (original)
+++ sd/trunk/lib/App/SD/Model/Comment.pm Wed Aug 20 08:50:08 2008
@@ -16,7 +16,7 @@
#has SVK::Model::Ticket;
-#__PACKAGE__->register_reference( ticket => 'App::SD::Model::Comment');
+__PACKAGE__->register_reference( ticket => 'App::SD::Model::Comment');
__PACKAGE__->meta->make_immutable;
no Moose;
More information about the Bps-public-commit
mailing list