Project

General

Profile

« Previous | Next » 

Revision 198c9340

Added by Katja Luther almost 5 years ago

ref #8256: add table of all status preferences in preference page

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/databaseAdmin/preferencePage/ChecklistEditorGeneralAdminPreference.java
97 97
            pref.setAllowOverride(prefStatusDisplayInCombo.isAllowOverride());
98 98
            service.set(pref);
99 99
        }
100
//        if (statusPref != null){
101
//            service.set(statusPref);
102
//        }
103
//        if (areaVocPref != null){
104
//            service.set(areaVocPref);
105
//        }
100

  
106 101
        PreferencesUtil.updateDBPreferences();
107 102

  
108 103
        return true;
......
166 161
            this.ownDescriptionForDistributionEditor = Boolean.valueOf(PreferencePredicate.OwnDescriptionForDistributionEditor.getDefaultValue().toString());
167 162
        }
168 163

  
169
        commandHandlerString = "eu.etaxonomy.taxeditor.store.open.OpenDistributionEditorWizardAdminHandler";
170
        commandHandlerStringStatus = "eu.etaxonomy.taxeditor.store.open.OpenDistributionPerAreaStatusWizardHandler";
164

  
171 165

  
172 166
        setValid(false);
173 167
    }

Also available in: Unified diff