mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 18:14:26 +00:00
Select Collection Optimize, add in community admin to check
This commit is contained in:
@@ -1554,6 +1554,14 @@ public class Collection extends DSpaceObject
|
||||
// i.e. Typical Community Admin -- name.# > COMMUNITY_10_ADMIN > Ohio State University Press
|
||||
|
||||
//Check eperson->comm-admin
|
||||
Collection[] group2commCollections = findGroup2CommunityMapped(context);
|
||||
for (int i = 0; i< group2commCollections.length; i++)
|
||||
{
|
||||
if(!myResults.contains(group2commCollections[i]))
|
||||
{
|
||||
myResults.add(group2commCollections[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Return the collections, sorted alphabetically
|
||||
|
Reference in New Issue
Block a user