Merge branch 'release/5.28.0'
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / description / DescriptionDetailSection.java
index 5f4a7022e743d7c5937222b18957883a63792a0f..dd4d708976137f1cd69bfac8250666f9e87e48a8 100644 (file)
@@ -56,7 +56,7 @@ public class DescriptionDetailSection extends AbstractCdmDetailSection<Descripti
     public void setEntity(DescriptionBase<?> entity) {
            super.setEntity(entity);
 
-           if (entity.isComputed() && PreferencesUtil.isComputedDesciptionHandlingDisabled()){
+           if ((entity.isComputed() || entity.isCloneForSource())&& PreferencesUtil.isComputedDesciptionHandlingDisabled()){
                setEnabled(false);
                this.getDetailElement().setEnabled(false);
            }