mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
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:
@@ -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??>
|
||||
|
Reference in New Issue
Block a user