mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V2.1 to HEAD
6606: Removed annoying warning message shown when developing custom client side validation handlers 6607: Fixed lock removal bug when deleting sandbox. 6608: Fix for AWC-601 - simple/advanced search user error message now "friendly" when lucene query parser exception occurs. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6747 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -500,10 +500,6 @@ public abstract class BaseComponentGenerator implements IComponentGenerator
|
||||
// NOTE: This is dealt with at the component creation stage
|
||||
// as a different component is usually required.
|
||||
}
|
||||
else
|
||||
{
|
||||
logger.warn("Unrecognized constaint object: " + constraint.getClass().getName());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user