]
Rob Stryker updated JBIDE-25430:
--------------------------------
Fix Version/s: 4.5.2.AM2
New Openshift Server should not allow changing connection
---------------------------------------------------------
Key: JBIDE-25430
URL:
https://issues.jboss.org/browse/JBIDE-25430
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift, server
Affects Versions: 4.5.2.AM1
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 4.5.2.AM2
The openshift 3 new server wizard page allows you to change the details of the connection
you've selected. This already seems very wrong. It's inappropriate for you to be
changing the details of a connection that already exists, at least if you're not
making a duplicate connection and leaving the original untouched.
Other server adapters or other parts of code may refer to these connections. Changing
them in the new server wizard should not be a primary usecase. If the user does need to
change them, it should be done via an 'edit connection' button, so teh user
changes the connection but is aware he is changing it and is not simply making a duplicate
with slightly different details.
Some of the fields (in the advanced section) are even changed on the connection EVEN if
you CANCEL out of the new server wizard. THis is a big problem, and probably has more to
do with the openshift connection API than anything. However, limiting that from occurring
in the new server wizard will remove half the ways this bug can occur, so that's still
a benefit.