Project

General

Profile

« Previous | Next » 

Revision da219650

Added by Andreas Kohlbecker over 3 years ago

ref #9290 comment on typdesignation citation problem

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/registration/RegistrationWorkingsetPresenter.java
604 604

  
605 605
            identifierSet = new TypeDesignationWorkingsetEditorIdSet(
606 606
                    event.getRegistrationUuid(),
607
                    getView().getCitationUuid(),
607
                    getView().getCitationUuid(), // FIXME This may pass the reference (e.g. Article) from RegistrationWorkingsetView
608
                    // to the TypeDesignationWorkingset even if the nomenclatural act is a Section !!! --> #9290
608 609
                    typifiedNameUuid
609 610
                    );
610 611
            popup.grantToCurrentUser(EnumSet.of(CRUD.UPDATE, CRUD.DELETE));

Also available in: Unified diff