ref #9630: setEnabled to source section
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / view / e4 / details / DetailsViewerE4.java
index fd37136ad14417daf4eaf5b88e3808be5d564d7c..175d26fbfcf7cb59b545825ddf7794ecb781ce9d 100755 (executable)
@@ -644,6 +644,7 @@ public class DetailsViewerE4 extends AbstractCdmDataViewerE4 {
         }else{
             descriptionElementSourceSection = formFactory.createDescriptionElementSourceSection(getConversationHolder(), parent, StoreUtil.getSectionStyle(DescriptionElementSourceSection.class, getInput().getClass().getCanonicalName()) );
         }
+        descriptionElementSourceSection.setEnabled(this.detailsEnabled);
 
         formFactory.createHorizontalSeparator(parent, SWT.BORDER);