SEBSERV-274 fixed
This commit is contained in:
parent
02dadca67b
commit
db0591f1eb
1 changed files with 1 additions and 0 deletions
|
@ -248,6 +248,7 @@ public class ResourceService {
|
||||||
|
|
||||||
public List<Tuple<String>> indicatorTypeResources() {
|
public List<Tuple<String>> indicatorTypeResources() {
|
||||||
return Arrays.stream(IndicatorType.values())
|
return Arrays.stream(IndicatorType.values())
|
||||||
|
.filter(type -> type != IndicatorType.NONE)
|
||||||
.map(type -> new Tuple3<>(
|
.map(type -> new Tuple3<>(
|
||||||
type.name(),
|
type.name(),
|
||||||
this.i18nSupport.getText(EXAM_INDICATOR_TYPE_PREFIX + type.name(), type.name()),
|
this.i18nSupport.getText(EXAM_INDICATOR_TYPE_PREFIX + type.name(), type.name()),
|
||||||
|
|
Loading…
Reference in a new issue