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);
eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/TaxonNavigator.java
111 111
	public void refresh() {
112 112
		if(getConversationHolder() != null){
113 113
			getConversationHolder().bind();			
114
			//FIXME : Need to make sure this is a stable fix (ticket 3822)
114 115
			getConversationHolder().commit();
115 116
		}
116 117
		getCommonViewer().refresh();
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/AbstractFilteredCdmResourceSelectionDialog.java
481 481
					refresh();
482 482
					setPattern(entity);
483 483
					getConversationHolder().bind();
484
					//FIXME : Need to make sure this is a stable fix (ticket 3822)
485
					getConversationHolder().commit();
484 486
				}
485 487
			}
486 488
		};

Also available in: Unified diff