- removed switch for specific-details views
authorPatric Plitzner <p.plitzner@bgbm.org>
Tue, 28 Jan 2014 13:20:22 +0000 (13:20 +0000)
committerPatric Plitzner <p.plitzner@bgbm.org>
Tue, 28 Jan 2014 13:20:22 +0000 (13:20 +0000)
eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/preference/BulkEditorGeneralPreferencePage.java
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/IPreferenceKeys.java

index 3f7cebab3123a3b044b1f39b0f80556cdc848f14..5107edb4ad4fc2bd7bc450090b3ebf5fbaec86de 100644 (file)
@@ -33,9 +33,6 @@ public class BulkEditorGeneralPreferencePage extends FieldEditorPreferencePage i
         addField(new BooleanFieldEditor(IPreferenceKeys.BULK_EDITOR_OCCURRENCE_SHOW_FIELD_UNITS,
                 "Show Field Units in Bulk Editor.",
                 getFieldEditorParent()));
-        addField(new BooleanFieldEditor(IPreferenceKeys.BULK_EDITOR_AVOID_FACADE,
-                "Show only type-specific details views for specimens.",
-                getFieldEditorParent()));
     }
 
     /* (non-Javadoc)
index ad0e2f67a0f81ba9bd490b5f46de09e38e839830..6e2c925161e997b5f692a692cc5df38f3d56b81e 100644 (file)
@@ -113,8 +113,6 @@ public interface IPreferenceKeys {
         */
        public static final String BULK_EDITOR_OCCURRENCE_SHOW_FIELD_UNITS = "eu.etaxonomy.taxeditor.bulkeditor.occurrence.showFieldUnits";
 
-       public static final String BULK_EDITOR_AVOID_FACADE = "eu.etaxonomy.taxeditor.bulkeditor.occurrence.avoidFacade";
-
        public static final String SEARCH_OPEN_RESULTS_IN_SEPARATE_WINDOWS = "eu.etaxonomy.taxeditor.navigation.search.openResultInSeparateWindows";
 
        public static final String ADD_TYPES_TO_ALL_NAMES = "eu.etaxonomy.taxeditor.store.addTypeToAllNames";