mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
CST-5249 typo property qaevents.enabled
This commit is contained in:
@@ -32,7 +32,7 @@ public class QAAuthorizationFeature implements AuthorizationFeature {
|
||||
|
||||
@Override
|
||||
public boolean isAuthorized(Context context, BaseObjectRest object) throws SQLException {
|
||||
return configurationService.getBooleanProperty("qaevent.enabled", false);
|
||||
return configurationService.getBooleanProperty("qaevents.enabled", false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user