CST-5249 typo property qaevents.enabled

This commit is contained in:
frabacche
2023-12-15 12:43:08 +01:00
parent 5c845dbbaa
commit f931a52001

View File

@@ -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