Project

General

Profile

« Previous | Next » 

Revision 0858c777

Added by Katja Luther almost 3 years ago

ref #8471: disable computed descriptions

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/description/detail/DistributionDetailElement.java
108 108
		}
109 109
        CdmPreference pref = CdmPreferenceCache.instance().get(key);
110 110
        // if there is no preference for the area, look for the general
111
        if (pref == null || pref.isAllowOverride()){
111
        if (pref == null ){
112 112
            pref = CdmPreference.NewTaxEditorInstance(PreferencePredicate.AvailableDistributionStatus, PreferencesUtil.getStringValue(PreferencePredicate.AvailableDistributionStatus.getKey()));
113 113
        }
114 114

  

Also available in: Unified diff