Project

General

Profile

« Previous | Next » 

Revision ac7ed4b3

Added by Patrick Plitzner almost 6 years ago

ref #7329 Fix label of bulk editor part

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/OccurrenceEditorInput.java
76 76
		return BulkEditorInputType.OCCURRENCE.label;
77 77
	}
78 78

  
79
    @Override
80
    public String getEditorName() {
81
        return "Specimen Editor (list)";
82
    }
83

  
79 84
	@Override
80 85
	public String getTypeText(Object entity) {
81 86
        if(HibernateProxyHelper.isInstanceOf(entity, SpecimenOrObservationBase.class)){

Also available in: Unified diff