Project

General

Profile

« Previous | Next » 

Revision 27a4df16

Added by Fabian Reimeier over 6 years ago

ref #6903 resolved LIE issue when opening area and taxa settings window after reload

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/distributionStatus/settings/AreaAndTaxonSettingsPresenter.java
70 70

  
71 71

  
72 72
    public TermVocabulary<NamedArea> getChosenAreaVoc(){
73
        return CdmSpringContextHelper.getVocabularyService().load(areaVocabUUID);
73
        return CdmSpringContextHelper.getVocabularyService().load(areaVocabUUID, VOCABULARY_INIT_STRATEGY);
74 74
    }
75 75

  
76 76

  

Also available in: Unified diff