Project

General

Profile

« Previous | Next » 

Revision c0c89a30

Added by Andreas Kohlbecker about 3 years ago

ref #9476 passing citationUuid with SpecimenTypeDesignationWorkingsetIds to editor

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/registration/RegistrationWorkingsetPresenter.java
554 554
            popup.setParentEditorActionContext(event.getContext(), event.getTarget());
555 555
            popup.withDeleteButton(true);
556 556
            popup.loadInEditor(new SpecimenTypeDesignationWorkingsetIds(
557
                    workingset.getCitationUuid(),
557 558
                    event.getRegistrationUuid(),
558 559
                    event.getBaseEntityRef().castTo(FieldUnit.class), null));
559 560
            if(event.hasSource()){
......
601 602
            popup.grantToCurrentUser(EnumSet.of(CRUD.UPDATE, CRUD.DELETE));
602 603
            popup.withDeleteButton(false);
603 604
            popup.loadInEditor(new SpecimenTypeDesignationWorkingsetIds(
605
                        workingset.getCitationUuid(),
604 606
                        event.getRegistrationUuid(),
605 607
                        null,
606 608
                        typifiedNameRef.getUuid()

Also available in: Unified diff