Project

General

Profile

« Previous | Next » 

Revision 1bc25606

Added by Andreas Kohlbecker over 5 years ago

ref #7870 clearing the session to wipe out any left overs from previous usage of the session in handleViewEntered

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/registration/RegistrationWorkingsetPresenter.java
325 325
     * @param referenceID
326 326
     */
327 327
    protected void loadWorkingSet(UUID referenceUuid) {
328

  
328 329
        try {
329 330
            workingset = getWorkingSetService().loadWorkingSetByReferenceUuid(referenceUuid, true);
330 331
        } catch (RegistrationValidationException error) {

Also available in: Unified diff