[Jifty-commit] r3499 - in apps/CASPlus/trunk: lib/CASPlus/Model

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Jun 14 23:57:43 EDT 2007


Author: sterling
Date: Thu Jun 14 23:57:43 2007
New Revision: 3499

Modified:
   apps/CASPlus/trunk/   (props changed)
   apps/CASPlus/trunk/lib/CASPlus/Model/ProfileProperty.pm

Log:
 r7639 at riddle:  andrew | 2007-06-14 22:55:32 -0500
 Profile properties no longer require distinct names as two properties attached to two different profiles may be named the same thing.


Modified: apps/CASPlus/trunk/lib/CASPlus/Model/ProfileProperty.pm
==============================================================================
--- apps/CASPlus/trunk/lib/CASPlus/Model/ProfileProperty.pm	(original)
+++ apps/CASPlus/trunk/lib/CASPlus/Model/ProfileProperty.pm	Thu Jun 14 23:57:43 2007
@@ -49,8 +49,7 @@
     column name =>
         type is 'text',
         label is 'Name',
-        is mandatory,
-        is distinct;
+        is mandatory;
 
     column description =>
         type is 'text',


More information about the Jifty-commit mailing list