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:
@@ -37,7 +37,7 @@ public abstract class FieldDefinition
|
||||
protected String binding;
|
||||
protected String defaultValue;
|
||||
protected FieldGroup group;
|
||||
protected boolean protectedField;
|
||||
protected boolean protectedField = false;
|
||||
|
||||
/**
|
||||
* Default constructor
|
||||
|
Reference in New Issue
Block a user