Project

General

Profile

« Previous | Next » 

Revision 852ab2c5

Added by Katja Luther about 5 years ago

ref #7849: add message to term selection wizard that no selection -> all terms available, smaller adapation in areaselection dialogs

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/PreferencesUtil.java
1400 1400
                return null;
1401 1401
            }
1402 1402

  
1403
            setBooleanValue(ALLOW_OVERRIDE_NAME_DETAILS, preference.isAllowOverride());
1403
        //    setBooleanValue(ALLOW_OVERRIDE_NAME_DETAILS, preference.isAllowOverride());
1404 1404
            value = preference.getValue();
1405 1405
            config.setAllowOverride(preference.isAllowOverride());
1406 1406
            //the preference value is build like this:
......
1855 1855

  
1856 1856
    //Name Details
1857 1857
    NameDetailsConfigurator config = getPreferredNameDetailsConfiguration(false);
1858
    if (config != null ){
1859
        if (!getBooleanValue(OVERRIDE_NAME_DETAILS) ||  !getBooleanValue(ALLOW_OVERRIDE_NAME_DETAILS)){
1860
            setPreferredNameDetailsConfiguration(config, false);
1861
        }
1862
    }
1858
//    if (config != null ){
1859
//        if (!getBooleanValue(OVERRIDE_NAME_DETAILS) ||  !getBooleanValue(ALLOW_OVERRIDE_NAME_DETAILS)){
1860
//            setPreferredNameDetailsConfiguration(config, false);
1861
//        }
1862
//    }
1863 1863

  
1864 1864

  
1865 1865

  

Also available in: Unified diff