mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-19 07:53:08 +00:00
Overwrite getName usage in applicable services
- Added two useful log statements
This commit is contained in:
@@ -829,4 +829,9 @@ public class GroupServiceImpl extends DSpaceObjectServiceImpl<Group> implements
|
||||
final MetadataField metadataField) throws SQLException {
|
||||
return groupDAO.findByMetadataField(context, searchValue, metadataField);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getName(Group dso) {
|
||||
return dso.getName();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user