Project

General

Profile

« Previous | Next » 

Revision af8ec722

Added by Andreas Kohlbecker almost 6 years ago

fix #7545 loading typifiedName into cache to avoid multiple representation problems

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/SpecimenTypeDesignationWorkingsetEditorPresenter.java
147 147
                workingSetDto = specimenTypeDesignationWorkingSetService.create(idset.registrationUuid, idset.publicationUuid, idset.typifiedNameUuid);
148 148
                // need to use load but put see #7214
149 149
                cache.load(workingSetDto.getOwner());
150
                cache.load(workingSetDto.getTypifiedName());
150 151
                rootEntities.add(workingSetDto.getOwner());
151 152
            }
152 153

  

Also available in: Unified diff