Project

General

Profile

« Previous | Next » 

Revision 16c4d668

Added by Andreas Kohlbecker about 6 years ago

renaming RegistationDTO.messages to validationProblems

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/registration/ListPresenter.java
145 145
        RegistrationDTO regDto = getWorkingSetService().loadDtoById(registrationId);
146 146
        if(event.getProperty().equals("messages")){
147 147

  
148
            getView().openDetailsPopup("Messages", regDto.getMessages());
148
            getView().openDetailsPopup("Messages", regDto.getValidationProblems());
149 149

  
150 150
        } else if(event.getProperty().equals("blockedBy")){
151 151

  

Also available in: Unified diff