Project

General

Profile

« Previous | Next » 

Revision 2b29b1bd

Added by Katja Luther about 5 years ago

use same saving strategie for local name details pref as for db name details pref - continue

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/PreferencesUtil.java
1400 1400
            //the preference value is build like this:
1401 1401
            //<section1>:true;<section2>:false....
1402 1402
        }else{
1403
            value = getStringValue(EditorPreferencePredicate.NameDetailsView.getKey(), local);
1403
            value = getStringValue(EditorPreferencePredicate.NameDetailsView.getKey(), false);
1404 1404
        }
1405 1405
        String [] sections = value.split(";");
1406 1406
        Map<String, Boolean> sectionMap = new HashMap<String, Boolean>();

Also available in: Unified diff