Project

General

Profile

« Previous | Next » 

Revision ee57c0d9

Added by Andreas Kohlbecker about 5 years ago

ref #8050 fixing bug in reloadRegistrtions() and removing remain from previous conflict

View differences:

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

  
454 454
            for(TaxonName name : namesToCheck){
455 455
                if(name != null){
456
                    clearSession();
456 457
                    doRefreshView |= registrationWorkflowService.addBlockingRegistration(name.getUuid(), registration) != null;
457 458
                }
458 459
            }
......
625 626

  
626 627
                try {
627 628
                    clearSession();
628
                    getRepo().getSession().clear();
629
                    Stack<EditorActionContext>context = ((AbstractPopupEditor)event.getPopup()).getEditorActionContext();
630
                    registration = findRegistrationInContext(context);
629 631
                    registrationWorkflowService.addTypeDesignation(typeDesignationUuid, registration);
630 632
                    nameTypeDesignationPopupEditorRegistrationUUIDMap.remove(event.getPopup());
631 633
                } finally {

Also available in: Unified diff