ref #6932 Re-enable text selection in bulk editor
authorPatrick Plitzner <p.plitzner@bgbm.org>
Tue, 7 Nov 2017 14:04:57 +0000 (15:04 +0100)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Tue, 7 Nov 2017 14:05:04 +0000 (15:05 +0100)
eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/BulkEditorE4.java

index 5b696244abea2bf66f9dc14fff3761c4712d6940..f1f79d16cc6e1773eb827f083059339560b31727 100644 (file)
@@ -144,7 +144,7 @@ public class BulkEditorE4 implements IPartContentHasDetails, IConversationEnable
             }
             @Override
             public boolean canModify(Object element, String property) {
-                return false;
+                return true;
             }
         });