Project

General

Profile

« Previous | Next » 

Revision c11a2278

Added by Katja Luther over 5 years ago

fix delete of not persisted data in bulk editor

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/AbstractBulkEditorInput.java
68 68
	private BasicEventList<T> model = new BasicEventList<>();
69 69

  
70 70
	private Map<T, DeleteConfiguratorBase> toDelete = new HashMap<>();
71
	private Set<T> saveCandidates = new HashSet<>();
71
	public Map<T, DeleteConfiguratorBase> getToDelete() {
72
        return toDelete;
73
    }
74

  
75
    private Set<T> saveCandidates = new HashSet<>();
72 76

  
73 77

  
74 78
	private Set<T> markedMergeCandidates = new HashSet<>();

Also available in: Unified diff