mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[DS-3165] Cannot assign a group READ policy in XMLUI
This commit is contained in:
@@ -2380,7 +2380,7 @@ function doEditPolicy(objectType,objectID,policyID)
|
||||
var name = names.nextElement();
|
||||
var match = null;
|
||||
|
||||
if ((match = name.match(/submit_group_id_(\d+)/)) != null)
|
||||
if ((match = name.match(/submit_group_id_([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/)) != null)
|
||||
{
|
||||
groupID = UUID.fromString(match[1]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user