Another step towards completion of MOB-1188. Metadata of RM container types is now grouped when viewing and editing. All built in RM fields are grouped together (albeit in a semi-random order), all RM custom fields are grouped together at the bottom and all other 'general' metadata will be grouped together at the top.

NOTE: Custom RM metadata can still be missing if you're viewing a node created before the custom property was defined.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15609 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2009-08-05 12:14:44 +00:00
parent 644aa05286
commit 08d9c2d6fc

View File

@@ -17,7 +17,7 @@
<#if field.description??>"description": "${field.description}",</#if>
"protectedField": ${field.protectedField?string},
<#if field.defaultValue??>"defaultValue": "${field.defaultValue}",</#if>
<#if field.group??>"group": "${field.group}",</#if>
<#if field.group??>"group": "${field.group.id}",</#if>
<#if field.binding??>"binding": "${field.binding}",</#if>
"dataKeyName": "${field.dataKeyName}",
<#if field.dataType??>