Project

General

Profile

« Previous | Next » 

Revision 2e93b829

Added by Cherian Mathew over 8 years ago

#5225 Replace saveOrUpdate with merge for new entity wizards

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/AbstractFilteredCdmResourceSelectionDialog.java
71 71

  
72 72
	protected T cdmBaseToBeFiltered;
73 73

  
74

  
74 75
	/**
75 76
	 * <p>Constructor for AbstractFilteredCdmResourceSelectionDialog.</p>
76 77
	 *
......
484 485
					if (status == IStatus.OK) {
485 486

  
486 487
						T entity = (T) wizard.getEntity();
488
						model.add(new UuidAndTitleCache<T>(entity.getUuid(),
489
						        entity.getId(),
490
						        getTitle(entity)));
487 491
						refresh();
488 492
						setPattern(entity);
489 493
						getConversationHolder().bind();

Also available in: Unified diff