Project

General

Profile

« Previous | Next » 

Revision 5801fcdb

Added by Patrick Plitzner over 4 years ago

ref #8475 Update Finish button after state selection

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/feature/FeatureStateWizardPage.java
92 92
                    if(additionalTerms.size()==1){
93 93
                        selectedState = (State) additionalTerms.iterator().next();
94 94
                        text.setText(selectedState.getLabel());
95
                        FeatureStateWizardPage.this.getWizard().getContainer().updateButtons();
95 96
                    }
96 97
                }
97 98
            }

Also available in: Unified diff