Project

General

Profile

« Previous | Next » 

Revision 17235d45

Added by Katja Luther about 5 years ago

only save admin prefs when it is edited

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/databaseAdmin/preferencePage/ChecklistEditorGeneralAdminPreference.java
35 35

  
36 36
    @Override
37 37
    public boolean performOk() {
38
        if (!isValid()){
38
        if (distributionEditorPref == null){
39 39
            return true;
40 40
        }
41 41
        ICdmRepository controller = CdmStore.getCurrentApplicationConfiguration();

Also available in: Unified diff