Project

General

Profile

« Previous | Next » 

Revision b3031a24

Added by Andreas Kohlbecker about 5 years ago

ref #8013 proper loading of reference to be used in RegistrationDTO constructor

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/registration/RegistrationWorkingsetPresenter.java
553 553
        TaxonName typifiedName = getView().getAddExistingNameCombobox().getValue();
554 554
        if(typifiedName != null){
555 555
            boolean doReloadWorkingSet = false;
556
            Reference citation = getRepo().getReferenceService().find(workingset.getCitationUuid());
556
            Reference citation = getRepo().getReferenceService().load(workingset.getCitationUuid(), Arrays.asList("authorship.$", "inReference.authorship.$"));
557 557
            // here we completely ignore the ExistingNameRegistrationType since the user should not have the choice
558 558
            // to create a typification only registration in the working (publication) set which contains
559 559
            // the protologe. This is known from the nomenclatural reference.

Also available in: Unified diff