Project

General

Profile

« Previous | Next » 

Revision bd5b538f

Added by Katja Luther over 3 years ago

ref #9199: fix NPE for newly created designation source

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/reference/AdvancedSourceElement.java
79 79
    @Override
80 80
    public void setEntity(OriginalSourceBase entity) {
81 81
        super.setEntity(entity);
82
//        if (externalLinks != null){
83
//            externalLinks.setEntity(entity);
84
//        }
85 82
    }
86 83

  
87
//    public ExternalLinksSection getExternalLinks() {
88
//        return externalLinks;
89
//    }
90
//
91
//    public void setExternalLinks(ExternalLinksSection externalLinks) {
92
//        this.externalLinks = externalLinks;
93
//    }
94

  
95 84
    @Override
96 85
    public void handleEvent(Object eventSource) {
97 86
        if (eventSource.equals(text_idInSource)){

Also available in: Unified diff