Revision 8a6e2f9a
Added by Patrick Plitzner almost 7 years ago
src/main/java/eu/etaxonomy/cdm/vaadin/presenter/dbstatus/settings/SettingsPresenter.java | ||
---|---|---|
97 | 97 |
private List<TermVocabulary<DefinedTermBase>> getNamedAreaList() { |
98 | 98 |
vocabularyService = CdmSpringContextHelper.getVocabularyService(); |
99 | 99 |
List<TermVocabulary<DefinedTermBase>> termList = vocabularyService.findByTermType(TermType.NamedArea); |
100 |
//FIXME: is this necessary?? |
|
101 |
for (TermVocabulary<DefinedTermBase> termVocabulary : termList) { |
|
102 |
termVocabulary.setTitleCache(null); |
|
103 |
} |
|
100 | 104 |
return termList; |
101 | 105 |
} |
102 | 106 |
|
Also available in: Unified diff
ref #5458 Refresh titlecache of named area vocabularies