Project

General

Profile

« Previous | Next » 

Revision b13da0b9

Added by Cherian Mathew almost 9 years ago

#5007 : Add remoting handler / operations for the taxon navigator

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/operation/AbstractPersistentPostOperation.java
118 118
			conversationEnabled.getConversationHolder().bind();
119 119
			conversationEnabled.getConversationHolder().commit(true);
120 120
		}
121
		if(getCdmEntitySessionEnabled() != null) {
122
		    getCdmEntitySessionEnabled().getCdmEntitySession().fireNotifications();
123
		}
124 121
		IStatus status = super.postExecute(objectAffectedByOperation);
125 122

  
126 123
		return status;

Also available in: Unified diff