mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-11 20:13:17 +00:00
[DS-806] Item.match() incorrect logic for schema testing
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6053 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -908,7 +908,8 @@ public class Item extends DSpaceObject
|
||||
return false;
|
||||
}
|
||||
}
|
||||
else if (!schema.equals(Item.ANY))
|
||||
|
||||
if (!schema.equals(Item.ANY))
|
||||
{
|
||||
if (dcv.schema != null && !dcv.schema.equals(schema))
|
||||
{
|
||||
|
Reference in New Issue
Block a user