Project

General

Profile

« Previous | Next » 

Revision fd28a17f

Added by Patrick Plitzner almost 6 years ago

ref #6321 Show search progress in progress bar

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/TaxonEditorInput.java
82 82
	    return CdmStore.getService(ITaxonService.class).merge(entity, true).getMergedEntity();
83 83
	}
84 84

  
85

  
85
    @Override
86
    protected long countEntities(IIdentifiableEntityServiceConfigurator configurator) {
87
        return CdmStore.getService(ITaxonService.class).countByTitle(configurator);
88
    }
86 89

  
87 90
	/** {@inheritDoc} */
88 91
	@Override

Also available in: Unified diff