Project

General

Profile

« Previous | Next » 

Revision 7e1a46e1

Added by Andreas Kohlbecker about 3 years ago

ref #9301 limiting designation sources to the publication unit and sub sections

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/registration/RegistrationWorkingsetPresenter.java
558 558
            SpecimenTypeDesignationWorkingsetPopupEditor popup = openPopupEditor(SpecimenTypeDesignationWorkingsetPopupEditor.class, event);
559 559
            popup.setParentEditorActionContext(event.getContext(), event.getTarget());
560 560
            popup.withDeleteButton(true);
561
            popup.loadInEditor(new SpecimenTypeDesignationWorkingsetIds(event.getRegistrationUuid(),
561
            popup.loadInEditor(new SpecimenTypeDesignationWorkingsetIds(
562
                    event.getRegistrationUuid(),
562 563
                    event.getBaseEntityRef().castTo(FieldUnit.class), null));
563 564
            if(event.hasSource()){
564 565
                // propagate readonly state from source button to popup

Also available in: Unified diff