Project

General

Profile

« Previous | Next » 

Revision 93246c1b

Added by Patrick Plitzner over 5 years ago

ref #6554 Fix class cast exception

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/AbstractCdmDataViewerE4.java
178 178
	protected abstract void showParts();
179 179

  
180 180
	public void destroySections() {
181
	    entityToSectionsMap.clear();
182

  
181 183
		for (IFormPart formPart : managedForm.getParts()){
182 184
			removePart((CdmSectionPart<?>) formPart);
183 185
		}

Also available in: Unified diff