mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 21:43:11 +00:00
97183 Tests for findItemsWithEdit and countItemsWithEdit methods of ItemServiceImpl
This commit is contained in:
@@ -1076,9 +1076,9 @@ public class ItemServiceImpl extends DSpaceObjectServiceImpl<Item> implements It
|
||||
}
|
||||
|
||||
/**
|
||||
* Finds all Indexed Items where the current user has submit rights. If the user is an Admin,
|
||||
* Finds all Indexed Items where the current user has edit rights. If the user is an Admin,
|
||||
* this is all Indexed Items. Otherwise, it includes those Items where
|
||||
* an indexed "submit" policy lists either the eperson or one of the eperson's groups
|
||||
* an indexed "edit" policy lists either the eperson or one of the eperson's groups
|
||||
*
|
||||
* @param context DSpace context
|
||||
* @param discoverQuery
|
||||
|
Reference in New Issue
Block a user