Project

General

Profile

« Previous | Next » 

Revision 531b0ee6

Added by Katja Luther over 4 years ago

ref #8385: fix specimen pref page

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/SpecimenOrObservationPreferences.java
186 186
                }
187 187
            });
188 188
        }
189
        isEditingAllowed = true;
189 190
        if (showCollectingAreaInGeneralSection != null && !showCollectingAreaInGeneralSection.isAllowOverride() ){
190 191
               isEditingAllowed = false;
191 192
        }
......
210 211
            }
211 212
            index++;
212 213
        }
214
        isEditingAllowed = true;
213 215
        if (showDeterminationOnlyForFieldUnits != null && !showDeterminationOnlyForFieldUnits.isAllowOverride() ){
214 216
            isEditingAllowed = false;
215 217
        }
218

  
216 219
        determinationOnlyForFieldUnitsButton.setEnabled(isEditingAllowed);
217 220
        if (isAdminPreference){
218 221
            allowOverridesDeterminationOnlyForFieldUnitsButton = createAllowOverrideButton(composite);
......
246 249
            }
247 250
            index++;
248 251
        }
252
        isEditingAllowed = true;
249 253
        if (showTaxonAssociation != null && !showTaxonAssociation.isAllowOverride() ){
250 254
            isEditingAllowed = false;
251 255
        }
......
281 285
            }
282 286
            index++;
283 287
        }
288
        isEditingAllowed = true;
284 289
        if (showLifeForm != null && !showLifeForm.isAllowOverride() ){
285 290
            isEditingAllowed = false;
286 291
        }

Also available in: Unified diff