Project

General

Profile

« Previous | Next » 

Revision e1dfd329

Added by Katja Luther over 4 years ago

ref #8389: disable allowOverride when 'use default' is selected

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/NameDetailsViewConfiguration.java
458 458
        activateCheckButton.select(index);
459 459
        if (isAdminPreference){
460 460
            allowLocalPreference.setSelection(isAllowOverride);
461
            allowLocalPreference.setEnabled(isSimpleDetailsViewActivated != null);
461 462
        }
462 463
        showTaxon.setSelection(isShowTaxon);
463 464
        showLsid.setSelection(isShowLSID);
......
545 546
              showSecDetail.setEnabled(isShowTaxon);
546 547
              secEnabled.setEnabled(isShowTaxon);
547 548
            }
549
            setButtonSelections();
548 550
            setApply(true);
549 551
        }
550 552

  

Also available in: Unified diff