mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
. Split the notion of a website project 'name' and the 'dns name'
- Website now support name, title, description like other nodes and an additional field for DNS name. - The DNS name has basic client-side validation (JavaScript regex) and server-side name mangling to ensure validity git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4266 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -907,7 +907,7 @@ public final class Utils
|
||||
|
||||
if (disabled == false)
|
||||
{
|
||||
Object readOnlyAttr = component.getAttributes().get("disabled");
|
||||
Object readOnlyAttr = component.getAttributes().get("readonly");
|
||||
if (readOnlyAttr != null)
|
||||
{
|
||||
readOnly = readOnlyAttr.equals(Boolean.TRUE);
|
||||
|
Reference in New Issue
Block a user