Project

General

Profile

« Previous | Next » 

Revision 1a9bbd58

Added by Katja Luther over 2 years ago

remove deleted fact from factual data view

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/description/DescriptionElementDetailElement.java
64 64
                except.add(formElement);
65 65
            }
66 66
        }
67
        if ((getEntity().getInDescription().isComputed() && PreferencesUtil.isComputedDesciptionHandlingDisabled()) || (getEntity() instanceof Distribution && AbstractUtility.getActivePart() instanceof IDistributionEditorPart)){
67
        if ((getEntity().getInDescription() != null && getEntity().getInDescription().isComputed() && PreferencesUtil.isComputedDesciptionHandlingDisabled()) || (getEntity() instanceof Distribution && AbstractUtility.getActivePart() instanceof IDistributionEditorPart)){
68 68
            enabled = false;
69 69
         }else{
70 70
            enabled = true;

Also available in: Unified diff