Project

General

Profile

« Previous | Next » 

Revision a47c12b2

Added by Patrick Plitzner almost 8 years ago

#5849 Show class name + uuid for newly created empty entities in bulk
editors

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/BulkEditorLineDisplay.java
162 162
	/** {@inheritDoc} */
163 163
	@Override
164 164
    public String getEmptyCacheMessage(Object entity) {
165
		if (entity instanceof Reference) {
166
			return "No reference title cache";
167
		}
168
		if (entity instanceof TaxonNameBase) {
169
			return "No name title cache";
170
		}
171
		if (entity instanceof AgentBase) {
172
			return "No title cache";
173
		}
174
		return "";
165
		return entity.toString();
175 166
	}
176 167

  
177 168
	/* (non-Javadoc)

Also available in: Unified diff