Revision 083eabed
Added by Katja Luther 9 months ago
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/AbstractTypeDesignationElement.java | ||
---|---|---|
115 | 115 |
sourceSection = formFactory.createSourceSection(getConversationHolder(), formElement, StoreUtil.getSectionStyle(SourceSection.class, IdentifiableSource.class.getCanonicalName())); |
116 | 116 |
sourceSection.setLayoutData(LayoutConstants.FILL_HORIZONTALLY(2, 1)); |
117 | 117 |
sourceSection.setEntity(entity); |
118 |
MessagingUtils.info("New source section created."); |
|
119 | 118 |
StoreUtil.reflowParentScrolledForm(getLayoutComposite(), true); |
120 |
|
|
119 |
MessagingUtils.info("New source section created."); |
|
121 | 120 |
} |
122 | 121 |
|
123 | 122 |
/** |
Also available in: Unified diff
minor