Project

General

Profile

« Previous | Next » 

Revision 278a5e0a

Added by Katja Luther over 5 years ago

ref #7854 Implement NatTable for distribution editor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/wizard/AbstractTermSelectionWizardPage.java
115 115
                }else{
116 116
                    IVocabularyService vocabularyService = CdmStore.getService(IVocabularyService.class);
117 117
                    TermVocabulary termVocabulary = vocabularyService.load(uuid);
118
                    termlist.add(new TermVocabularyDto(uuid, termVocabulary.getRepresentations()));
118
                    if (termVocabulary != null){
119
                        termlist.add(new TermVocabularyDto(uuid, termVocabulary.getRepresentations()));
120
                    }
119 121
                }
120 122
            }
121 123
        }

Also available in: Unified diff