mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Added client and server side support for transient properties
- As long as a template for a control is configured fields without a definition can now be displayed - Added 3 well known transient properties; mimetype, encoding and size (these are similar to the propertyResolvers we had in the JSF client) - Added explicit persistence handling for the new transient properties, the name property and adds aspect if title/description and/or author property is present - Added saveForm test git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13693 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -22,7 +22,7 @@ function testGetFormForContentNode()
|
||||
var fieldDefs = form.fieldDefinitions;
|
||||
test.assertNotNull(fieldDefs, "field definitions should not be null.");
|
||||
|
||||
test.assertEquals(19, fieldDefs.length);
|
||||
test.assertEquals(22, fieldDefs.length);
|
||||
|
||||
var fieldDefnDataHash = form.fieldDefinitionData;
|
||||
|
||||
|
Reference in New Issue
Block a user