Project

General

Profile

« Previous | Next » 

Revision b62fb410

Added by Andreas Kohlbecker about 10 years ago

avoiding problems which where due to a fix for ticket #3822

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/TaxonNavigator.java
118 118
		if(getConversationHolder() != null){
119 119
			getConversationHolder().bind();
120 120
			//FIXME : Need to make sure this is a stable fix (ticket 3822)
121
			getConversationHolder().commit();
121
			if(!getConversationHolder().isCompleted()){
122
			    getConversationHolder().commit();
123
			}
122 124
		}
123 125
		getCommonViewer().refresh();
124 126
	}

Also available in: Unified diff