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() .build()
.execute() .execute()
.stream() .stream()
.filter(this::settingsVersionFilter)
.map(ConfigurationAttributeDAOImpl::toDomainModel) .map(ConfigurationAttributeDAOImpl::toDomainModel)
.flatMap(DAOLoggingSupport::logAndSkipOnError) .flatMap(DAOLoggingSupport::logAndSkipOnError)
.filter(predicate) .filter(predicate)