Project

General

Profile

« Previous | Next » 

Revision 2a4b0092

Added by Katja Luther over 5 years ago

ref #7793: show supplemental data for distribution editor and smaller bugfix for distribution editor preferences

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/databaseAdmin/preferencePage/ChecklistEditorGeneralPreference.java
282 282
        PreferencesUtil.setShowSymbolInChecklistEditor(isShowSymbol);
283 283

  
284 284
        if (isShowIdInVocabulary){
285
            displayString = IPreferenceKeys.CHECKLIST_AREA_DISPLAY_TITLE;
285
            displayString = IPreferenceKeys.CHECKLIST_AREA_DISPLAY_ID_IN_VOCABULARY;
286 286
        }else if (isShowSymbol1){
287 287
            displayString = IPreferenceKeys.CHECKLIST_AREA_DISPLAY_SYMBOL1;
288 288
        }else if (isShowSymbol2){

Also available in: Unified diff