added list of active SEB Settings for version

This commit is contained in:
anhefti 2024-03-04 13:06:13 +01:00
parent a1f0df6d5d
commit eebd8506c2

View file

@ -143,7 +143,6 @@ public class ConfigurationAttributeDAOImpl implements ConfigurationAttributeDAO
.build()
.execute()
.stream()
.filter(this::settingsVersionFilter)
.map(ConfigurationAttributeDAOImpl::toDomainModel)
.flatMap(DAOLoggingSupport::logAndSkipOnError)
.filter(predicate)