mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Merge pull request #9596 from paulo-graca/bugfixes/issue-7464
Fixing issue #7464 for DSpace 7
This commit is contained in:
@@ -552,8 +552,9 @@ public class METSRightsCrosswalk
|
||||
ex);
|
||||
}
|
||||
|
||||
//set permissions on policy add to list of policies
|
||||
//set permissions and type on policy and add to list of policies
|
||||
rp.setAction(parsePermissions(permsElement));
|
||||
rp.setRpType(ResourcePolicy.TYPE_CUSTOM);
|
||||
policies.add(rp);
|
||||
}
|
||||
} //end if "Context" element
|
||||
|
Reference in New Issue
Block a user