Project

General

Profile

« Previous | Next » 

Revision bd8cded2

Added by Katja Luther over 2 years ago

ref #9836: fix problem of missing name in source

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/reference/SecundumSourceElement.java
65 65

  
66 66
        Label sep = formFactory.createLabel(formElement.getLayoutComposite(), "");
67 67
        sep.setLayoutData(LayoutConstants.FILL_HORIZONTALLY(2, 1));
68
        
68
        if (this.cdmEntity instanceof Taxon){
69
        	select_nameUsedInSource = formFactory.createSelectionElement(TaxonName.class, formElement, "Name in Source", entity != null? ((NamedSourceBase)entity).getNameUsedInSource(): null, EntitySelectionElement.DELETABLE, style);
70
        }
69 71
        
70 72
        externalLinks = formFactory.createExternalLinksSection(getConversationHolder(), formElement, "Links", false, StoreUtil.getSectionStyle(ExternalLinksSection.class, DescriptionElementSource.class.getCanonicalName()));
71 73
        externalLinks.setEmptySectionString("No links yet.");

Also available in: Unified diff