Project

General

Profile

« Previous | Next » 

Revision e2d8b419

Added by Katja Luther about 3 years ago

fix #9542: after calling bulk editor out of the search view, it should be usable for search

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/AbstractBulkEditorInput.java
265 265
		if(getEntityUuid() != null){
266 266
			T entity = loadEntity(getEntityUuid());
267 267
			model.add(entity);
268
			setEntityUuid(null);
268 269
		}
269 270
		else if(bulkEditorQuery != null){
270 271
            IIdentifiableEntityServiceConfigurator<?> configurator = bulkEditorQuery.getSearchConfigurator();

Also available in: Unified diff