Project

General

Profile

« Previous | Next » 

Revision 4046cae7

Added by Cherian Mathew over 10 years ago

adding conversation.commit for refreshing list in Polytomous Key Navigator

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/key/polytomous/PolytomousKeyViewPart.java
259 259
	 */
260 260
	public void refresh() {
261 261
		getConversationHolder().bind();
262
		getConversationHolder().commit();
262 263
		List<PolytomousKey> input = CdmStore.getService(IPolytomousKeyService.class).list(PolytomousKey.class, null, null, null, null);			
263 264
		viewer.setInput(input);
264 265
	}

Also available in: Unified diff