Project

General

Profile

« Previous | Next » 

Revision 92e8d1df

Added by Katja Luther almost 6 years ago

adapt details view to pro parte synonyms

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/AbstractCdmDataViewerE4.java
29 29
import eu.etaxonomy.taxeditor.model.IDirtyMarkable;
30 30
import eu.etaxonomy.taxeditor.model.MessagingUtils;
31 31
import eu.etaxonomy.taxeditor.preference.PreferencesUtil;
32
import eu.etaxonomy.taxeditor.remoting.CdmEagerLoadingException;
32 33
import eu.etaxonomy.taxeditor.ui.element.AbstractFormSection;
33 34
import eu.etaxonomy.taxeditor.ui.element.CdmFormFactory;
34 35
import eu.etaxonomy.taxeditor.ui.element.LayoutConstants;
......
138 139
	public void setInput(Object input) {
139 140
		this.input = input;
140 141
		if(input!=null){
141
		    refresh();
142
		    try{
143
		        refresh();
144
		    }catch(CdmEagerLoadingException e){
145
		        logger.error(e);
146
		    }
142 147
		}
143 148
	}
144 149

  

Also available in: Unified diff