Project

General

Profile

« Previous | Next » 

Revision bc94b935

Added by Andreas Kohlbecker about 7 years ago

ref #6169 workflowview working with Registration mock objects

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/presenter/phycobank/RegistrationWorkflowPresenter.java
53 53
            registration = serviceMock.loadByRegistrationID(e.getRegistrationID());
54 54
        }
55 55
        if(registration != null){
56
            getView().getTitle().setValue(getView().getTitle().getValue() + " " + registrationType().name());
56
            getView().getTitle().setValue("Workflow for a " + registrationType().name());
57 57
            getView().makeWorflow(registrationType());
58 58
        }
59 59
    }

Also available in: Unified diff