User Profile biography field changed to d:content to allow decent length text values

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7491 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-11-30 17:39:05 +00:00
parent 429c60b573
commit 9a2a27ebc0

View File

@@ -195,7 +195,7 @@
<type>d:text</type> <type>d:text</type>
</property> </property>
<property name="cm:persondescription"> <property name="cm:persondescription">
<type>d:text</type> <type>d:content</type>
</property> </property>
<!-- system maintained values --> <!-- system maintained values -->
@@ -204,7 +204,7 @@
</property> </property>
<property name="cm:sizeQuota"> <property name="cm:sizeQuota">
<type>d:long</type> <type>d:long</type>
</property> </property>
</properties> </properties>
<associations> <associations>