Project

General

Profile

« Previous | Next » 

Revision f277df8a

Added by Andreas Kohlbecker over 5 years ago

ref #7900 removing remains from old code

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/registration/RegistrationWorkingsetPresenter.java
504 504
                            getRepo().getRegistrationService().saveOrUpdate(reg);
505 505
                            newNameBlockingRegistrations.clear();
506 506
                        }
507
                        // reload workingset into current session
508 507
                        getRepo().commitTransaction(txStatus);
509 508
                        // --------------------------------------------------
509
                        // reload workingset into current session
510 510
                        loadWorkingSet(workingset.getCitationUuid());
511
                        workingset.add(reg);
512 511
                    } finally {
513 512
                        getRepo().getSession().clear(); // #7702
514 513
                        refreshView(true);

Also available in: Unified diff