[JBoss JIRA] (JBIDE-25271) Prevents server adapter editor to switch connections
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25271?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-25271:
----------------------------------------
Assignee: Andre Dietisheim
> Prevents server adapter editor to switch connections
> ----------------------------------------------------
>
> Key: JBIDE-25271
> URL: https://issues.jboss.org/browse/JBIDE-25271
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.1.AM3
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: openshift_v3, server_adapter_editor
> Fix For: 4.5.x
>
> Attachments: eclipse-project-not-filled-out.png, image-2017-10-19-09-43-38-950.png
>
>
> steps:
> # ASSERT: make sure that you have a connection to an OpenShift instance
> # ASSERT: make sure that you have an application running (ex. nodejs)
> # ASSERT: make sure that you have a server adapter for it
> # EXEC: delete the connection
> # EXEC: restart Eclipse
> # ASSERT: the editor has an empty Connection combo (no Connection selected).
> !image-2017-10-19-09-43-38-950.png!
> # EXEC: if you have 2 connections (ex. connection to OpenShift online at https://console.starter-us-east-2.openshift.com/):
> try to select the other connection in the connection combo:
> Here's the 1nd flaw: the connection combo is not selectable. You *CANNOT* choose the *OTHER* connection.
> Then there's a 2nd flaw: the project is *NOT* filled out
> !eclipse-project-not-filled-out.png!
> # EXEC: hit "New" on the right of the "Connection:"-combo
> # EXEC. create a new connection
> Result:
> The new connection shows up in the OpenShift Explorer but is *NOT* set in the adapter editor, the connection combo stays empty
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months
[JBoss JIRA] (JBIDE-25380) Server adapter editor: 'Undo' of most editor actions fails to correctly undo
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25380?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-25380:
----------------------------------------
Sprint: devex #140 November 2017
Assignee: Rob Stryker
> Server adapter editor: 'Undo' of most editor actions fails to correctly undo
> ----------------------------------------------------------------------------
>
> Key: JBIDE-25380
> URL: https://issues.jboss.org/browse/JBIDE-25380
> 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.AM1
>
>
> Many actions in the editor cannot be correctly undone. Using the ctrl+z shortcut often leaves the editor and model in conflicting states. I believe the root cause of this is that the dependence on databinding and a specific model type is confusing things. What's more, the specific model class being used is extended from teh wizard model. This seems completely inappropriate, because the server editor is really just backed by the server working copy, and doesn't need 80% of the fields that are in the wizard model.
> Also, since a good many actions like changing the connection or the source project, make no sense and almost never function correctly, many of these actions should really not be available. They only make it more likely for a user to break his environment.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months