[Bps-public-commit] r15658 - in Prophet/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Fri Aug 29 20:16:41 EDT 2008


Author: sartak
Date: Fri Aug 29 20:16:41 2008
New Revision: 15658

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/lib/Prophet/Record.pm

Log:
 r70719 at onn:  sartak | 2008-08-29 20:15:53 -0400
 Don't use display_id for prop_creator, since different people will want to display it differently


Modified: Prophet/trunk/lib/Prophet/Record.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Record.pm	(original)
+++ Prophet/trunk/lib/Prophet/Record.pm	Fri Aug 29 20:16:41 2008
@@ -524,7 +524,7 @@
 
     return sprintf '%s@%s',
         $self->handle->changeset_creator,
-        $self->handle->display_id;
+        $self->handle->uuid;
 }
 
 =head2 _default_summary_format



More information about the Bps-public-commit mailing list