Project

General

Profile

« Previous | Next » 

Revision 8600629c

Added by Cherian Mathew over 10 years ago

added conversationholder.commit fix to AbstractFilteredCdmResourceSelectionDialog and comments for this fix (with ticket number) for all files

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
		//FIXME : Need to make sure this is a stable fix (ticket 3822)
262 263
		getConversationHolder().commit();
263 264
		List<PolytomousKey> input = CdmStore.getService(IPolytomousKeyService.class).list(PolytomousKey.class, null, null, null, null);			
264 265
		viewer.setInput(input);

Also available in: Unified diff