Project

General

Profile

« Previous | Next » 

Revision 0e072f9c

Added by Andreas Kohlbecker over 6 years ago

ref #6169 Button row to create new registrations in a registration working set

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/model/registration/RegistrationWorkingSet.java
80 80
                    citationId = regDto.getCitationID();
81 81
                    citation = regDto.getCitation().getTitleCache();
82 82
                } else {
83
                    if(regDto.getCitationID() != citationId){
83
                    if(!regDto.getCitationID().equals(citationId)){
84 84
                        problems.add("Removing Registration " + regDto.registration().toString() + " from set since this refers to a different citation.");
85 85
                        continue;
86 86
                    }

Also available in: Unified diff