Revision 11c7cb17
Added by Katja Luther over 2 years ago
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/AbstractTypeDesignationElement.java | ||
---|---|---|
99 | 99 |
} |
100 | 100 |
} |
101 | 101 |
if (entity.hasDesignationSource()){ |
102 |
singleSourceElement.setEntity(entity.getSource()); |
|
102 |
singleSourceElement.setEntity(entity.getSource(true));
|
|
103 | 103 |
} |
104 | 104 |
sourceSection = formFactory.createSourceSection(getConversationHolder(), formElement, StoreUtil.getSectionStyle(SourceSection.class, IdentifiableSource.class.getCanonicalName())); |
105 | 105 |
sourceSection.setLayoutData(LayoutConstants.FILL_HORIZONTALLY(2, 1)); |
Also available in: Unified diff
fix NPE for cloned lectotype typedesignations