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

sartak at bestpractical.com sartak at bestpractical.com
Wed Aug 20 07:15:21 EDT 2008


Author: sartak
Date: Wed Aug 20 07:15:19 2008
New Revision: 15282

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

Log:
 r69856 at onn:  sartak | 2008-08-20 07:15:01 -0400
 We're now being more strict on register_reference for one-to-one


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 07:15:19 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 07:15:19 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