Project

General

Profile

« Previous | Next » 

Revision 0773de61

Added by Andreas Kohlbecker about 6 years ago

ref #7195 hightlighting of blocked by buttons and layout improvement in reg lists

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/registration/RegistrationWorksetViewBean.java
329 329
        if(!dto.isBlocked()){
330 330
            blockingRegistrationButton.setEnabled(false);
331 331
        } else {
332
            blockingRegistrationButton.addStyleName(RegistrationItem.STYLE_NAME_BLOCKED);
332 333
            blockingRegistrationButton.addClickListener(e -> getViewEventBus().publish(
333 334
                    this,
334 335
                    new ShowDetailsEvent<RegistrationDTO, Integer>(

Also available in: Unified diff