Project

General

Profile

« Previous | Next » 

Revision eade8b7d

Added by Katja Luther over 5 years ago

ref #7856: fix allow override for namedArea vocabulary selection for distributions

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/wizard/AvailableDistributionPage.java
40 40
        super(pageName, TermType.NamedArea);
41 41
        this.localPref = true;
42 42

  
43

  
43 44
    }
44 45

  
45 46
    @Override
......
109 110
        }
110 111
        return vocs;
111 112
    }
113
    @Override
114
    protected void initialiseVocabularies() {
115
        if (getVocabularies() != null) {
116
            getVocabularies().clear();
117
        }
118
        List<TermVocabularyDto> vocs = new ArrayList<>();
119
        vocs = getVocabulariesFromPreference();
120

  
121
        setVocabularies(vocs);
122
    }
112 123

  
113 124
}

Also available in: Unified diff