Project

General

Profile

« Previous | Next » 

Revision 4bc78c16

Added by Andreas Kohlbecker over 5 years ago

ref #7977 registration items show inReferences of sections as citation

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/component/registration/RegistrationItem.java
204 204
            setComponentError(new UserError("Citation is missing"));
205 205
        }
206 206

  
207
        updateUI(regDto.getBibliographicCitationString(), regDto.getCreated(), regDto.getDatePublished(), regDto.getValidationProblems().size(),
207
        updateUI(regDto.getBibliographicInRefCitationString(), regDto.getCreated(), regDto.getDatePublished(), regDto.getValidationProblems().size(),
208 208
                navigationEvent, null, regDto, regDto.getSubmitterUserName());
209 209
    }
210 210

  

Also available in: Unified diff