Project

General

Profile

« Previous | Next » 

Revision f6fe3908

Added by Patrick Plitzner almost 6 years ago

ref #7439 Update entity in bulk editor when editing details

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/AbstractBulkEditorInput.java
310 310
		return model;
311 311
	}
312 312

  
313
	protected boolean replaceInModel(T entity) {
313
	public boolean replaceInModel(T entity) {
314 314
	    int index = model.indexOf(entity);
315 315
	    if(index >= 0) {
316 316
	        model.set(index, entity);

Also available in: Unified diff