Fixed a problem where "Delete" was not enabled for media view
authorn.hoffmann <n.hoffmann@localhost>
Thu, 9 Jun 2011 15:06:37 +0000 (15:06 +0000)
committern.hoffmann <n.hoffmann@localhost>
Thu, 9 Jun 2011 15:06:37 +0000 (15:06 +0000)
eu.etaxonomy.taxeditor.editor/plugin.xml

index 8450ebdbdaae2a10174003ab890233b3d9e4f9da..81dfc07090318dad55b0fea3b64afd9ac4719bf4 100644 (file)
           <activeWhen>
              <with
                    variable="activePartId">
-                <equals
-                      value="eu.etaxonomy.taxeditor.editor.view.descriptive">
-                </equals>
+                <or>
+                   <equals
+                         value="eu.etaxonomy.taxeditor.editor.view.descriptive">
+                   </equals>
+                   <equals
+                         value="eu.etaxonomy.taxeditor.editor.view.media">
+                   </equals>
+                </or>
              </with>
           </activeWhen>
       </handler>