mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
User Profile additions (for collaboration UI) - various new fields in User Profile screen including use of ajax file picker for Avatar image selection
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7480 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -184,16 +184,44 @@
|
||||
</property>
|
||||
<property name="cm:presenceUsername">
|
||||
<type>d:text</type>
|
||||
</property>
|
||||
|
||||
</property>
|
||||
<property name="cm:organization">
|
||||
<type>d:text</type>
|
||||
</property>
|
||||
<property name="cm:jobtitle">
|
||||
<type>d:text</type>
|
||||
</property>
|
||||
<property name="cm:location">
|
||||
<type>d:text</type>
|
||||
</property>
|
||||
<property name="cm:persondescription">
|
||||
<type>d:text</type>
|
||||
</property>
|
||||
|
||||
<!-- system maintained values -->
|
||||
<property name="cm:sizeCurrent">
|
||||
<type>d:long</type>
|
||||
</property>
|
||||
<property name="cm:sizeQuota">
|
||||
<type>d:long</type>
|
||||
</property>
|
||||
|
||||
</properties>
|
||||
|
||||
<associations>
|
||||
<association name="cm:avatar">
|
||||
<source>
|
||||
<role>cm:avatarOf</role>
|
||||
<mandatory>false</mandatory>
|
||||
<many>false</many>
|
||||
</source>
|
||||
<target>
|
||||
<class>cm:content</class>
|
||||
<role>cm:hasAvatar</role>
|
||||
<mandatory>false</mandatory>
|
||||
<many>false</many>
|
||||
</target>
|
||||
</association>
|
||||
</associations>
|
||||
</type>
|
||||
|
||||
<!-- Classification -->
|
||||
|
Reference in New Issue
Block a user