Project

General

Profile

« Previous | Next » 

Revision f13ee832

Added by Katja Luther over 2 years ago

ref #9340, #9734, #9668: further improvements for configurable sec handling during taxon(base) operations

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/ReferenceSelectionDialog.java
170 170
	        }
171 171
	        if (preSelectedReferences != null){
172 172
    	        for (Reference ref: preSelectedReferences){
173
                    uuids.add(ref.getUuid());
173
    	            if (ref != null){
174
    	                uuids.add(ref.getUuid());
175
    	            }
174 176
                }
175 177
	        }
176 178
	        if (!uuids.isEmpty()){

Also available in: Unified diff