From e2fa0967aa61d580dbb7674397af434187b2b882 Mon Sep 17 00:00:00 2001 From: Erik Winlof Date: Wed, 14 Oct 2009 10:05:53 +0000 Subject: [PATCH] Merged V3.2 to HEAD 16681: Fixed ETHREEOH-2454 "It's possible to create a group with less than 3 symbols in JSF client, but it's impossible to find it in Share client" - Group name can now only be between 3-100 characters in webclient git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16901 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- config/alfresco/messages/webclient.properties | 1 + config/alfresco/web-client-config.xml | 3 +++ .../web/bean/groups/CreateGroupDialog.java | 14 ++++++++-- .../web/config/ClientConfigElement.java | 26 +++++++++++++++++-- .../web/config/ClientElementReader.java | 10 ++++++- 5 files changed, 49 insertions(+), 5 deletions(-) diff --git a/config/alfresco/messages/webclient.properties b/config/alfresco/messages/webclient.properties index 43e8cf9d9b..87e2cbfbd4 100644 --- a/config/alfresco/messages/webclient.properties +++ b/config/alfresco/messages/webclient.properties @@ -579,6 +579,7 @@ title_add_user_group=Add User to Group add_user_group_description=Add an existing User to a Group select_users=Select Users to add to this Group selected_users=Selected Users +groups_err_group_name_length=Group ID must be between {0} and {1} characters in length. groups_err_group_name=Group ID cannot contain the characters: {0} groups_err_exists=A group ID with the same name already exists, group identifiers must be unique. Read=Read diff --git a/config/alfresco/web-client-config.xml b/config/alfresco/web-client-config.xml index 51d93656cb..95b9cc0e8b 100644 --- a/config/alfresco/web-client-config.xml +++ b/config/alfresco/web-client-config.xml @@ -89,6 +89,9 @@ 2 3 + + 3 +