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/view/e4/supplementaldata/SupplementalDataPartE4.java
114 114
	        else if(structuredSelection.getFirstElement() instanceof DescriptionElementBase ){
115 115
	            structuredSelection = new StructuredSelection((structuredSelection.getFirstElement()));
116 116

  
117
	            if (((DescriptionElementBase)structuredSelection.getFirstElement()).getInDescription().isComputed()){
117
	            if (((DescriptionElementBase)structuredSelection.getFirstElement()).getInDescription() != null && ((DescriptionElementBase)structuredSelection.getFirstElement()).getInDescription().isComputed()){
118 118
                    if (PreferencesUtil.isComputedDesciptionHandlingDisabled()){
119 119
                        setEnabled(false);
120 120
                    }else{

Also available in: Unified diff