mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- Added marker icon next to multilingual fields in property sheets i.e. title and description
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6198 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -154,6 +154,10 @@ public class UIProperty extends PropertySheetItem
|
||||
{
|
||||
componentGeneratorName = RepoConstants.GENERATOR_TEXT_FIELD;
|
||||
}
|
||||
else if (typeName.equals(DataTypeDefinition.MLTEXT))
|
||||
{
|
||||
componentGeneratorName = RepoConstants.GENERATOR_MLTEXT_FIELD;
|
||||
}
|
||||
else if (typeName.equals(DataTypeDefinition.BOOLEAN))
|
||||
{
|
||||
componentGeneratorName = RepoConstants.GENERATOR_CHECKBOX;
|
||||
|
Reference in New Issue
Block a user