fix #6497 Fix check for "Open in..." menu in search results
authorPatrick Plitzner <p.plitzner@bgbm.org>
Mon, 13 Mar 2017 09:55:08 +0000 (10:55 +0100)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Mon, 13 Mar 2017 09:55:58 +0000 (10:55 +0100)
eu.etaxonomy.taxeditor.bulkeditor/plugin.xml

index 0d063eb20cdc44156a08037de6beccd5455c3edb..6983d4811e1d9c551badcf421ab1943b4b3a0f96 100644 (file)
                      definitionId="isBulkEditorSupported">
                </reference>
                <not>
-                  <reference
-                        definitionId="isBulkEditor">
-                  </reference>
+                  <with
+                        variable="activePartId">
+                     <equals
+                           value="bulkeditor.editor">
+                     </equals>
+                  </with>
                </not>
             </and>
          </activeWhen>