mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix for ALF-19793 4,2HQ: Some queries on cmis:objectId gives wrong results
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@55403 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -83,7 +83,7 @@ public class DBNotEquals extends NotEquals implements DBQueryBuilderComponent
|
||||
{
|
||||
UUIDSupport uuidSupport = new UUIDSupport();
|
||||
uuidSupport.setCommandType(DBQueryBuilderPredicatePartCommandType.NOTEQUALS);
|
||||
uuidSupport.setUuid((String)staticValue);
|
||||
uuidSupport.setUuid(DBQuery.getUUID((String)staticValue));
|
||||
builderSupport = uuidSupport;
|
||||
}
|
||||
else if (getPropertyName().equals(PropertyIds.OBJECT_TYPE_ID))
|
||||
|
Reference in New Issue
Block a user