]
Rastislav Wagner edited comment on JBIDE-21563 at 1/25/16 7:33 AM:
-------------------------------------------------------------------
Pressing delete on keyboard does nothing in JBT 4.3.1.Beta2. I tried deleting project and
server but Im unable to do so using delete key (context menu works).
This operation works as usually on clean Eclipse 4.5.2.RC1 and stopped working when I
installed Openshift plugins. Seems to be connected to this issue.
was (Author: rawagner):
Pressing delete on keyboard does nothing in JBT 4.3.1.Beta2. I tried deleting project and
server but Im unable to do so using delete key (context menu works).
This operation works as usually on clean Eclipse 4.5.2.RC1 and stopped working when I
installed Openshift plugins. Seems to be that its connected to this issue.
[regression] Explorer: Connection or (multiple) application deletion
does not work anymore
------------------------------------------------------------------------------------------
Key: JBIDE-21563
URL:
https://issues.jboss.org/browse/JBIDE-21563
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.Beta2
Reporter: Marián Labuda
Assignee: Viacheslav Kabanovich
Priority: Critical
Labels: explorer, openshift_v2, respin-a
Fix For: 4.3.1.Beta2, 4.3.1.CR1
Previously it was possible to select multiple OpenShift 2 applications and delete them at
once via context menu Delete application(s).... Currently there is no such context menu
anymore and it is a pain to delete several applications one by one.
Added by Slava: In my environment, Delete for objects of OpenShift 2 does not work at all
(menu is shown, but nothing happens). It seems the cause is a slip in plugin.xml for
Openshift 3, handler org.jboss.tools.openshift.internal.ui.handler.DeleteResourceHandler
declared activeWhen with <or> (count==1 _or_ instanceof IResource). So, formally
having a lot of restrictions but passing them, this handler imposes itself on all
selections. Though, it is possible that the bug reveals not in all environments.