SEBSERV-274 fixed

This commit is contained in:
anhefti 2022-02-09 10:51:13 +01:00
parent 02dadca67b
commit db0591f1eb

View file

@ -248,6 +248,7 @@ public class ResourceService {
public List<Tuple<String>> indicatorTypeResources() {
return Arrays.stream(IndicatorType.values())
.filter(type -> type != IndicatorType.NONE)
.map(type -> new Tuple3<>(
type.name(),
this.i18nSupport.getText(EXAM_INDICATOR_TYPE_PREFIX + type.name(), type.name()),