Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

[E2E] Fix bug in expandPathAndOpenFile #1598

Closed
Katka92 opened this issue Sep 5, 2019 · 1 comment
Closed

[E2E] Fix bug in expandPathAndOpenFile #1598

Katka92 opened this issue Sep 5, 2019 · 1 comment

Comments

@Katka92
Copy link
Collaborator

Katka92 commented Sep 5, 2019

In upstream, there is a bug while using method expandPathAndOpenFile of ProjectTree.ts. The issue is that the wrong css path is generated, it includes two slashes instead of one. Was: /projects:/projects//console-java-simple, should be: /projects:/projects/console-java-simple.
I've created PR with the fix in upstream [1], but it will not be included to 7.1.0 version, so we need to create a workaround on our side too.

This is a part of fixing incompatible changes for 7.1.0 version #1575

[1] eclipse-che/che#14435

@Katka92
Copy link
Collaborator Author

Katka92 commented Sep 9, 2019

The workaround was created on Rh-Che side as a part of fixing 7.1.0 issues. This workaround should be removed when 7.2 is released.

@Katka92 Katka92 closed this as completed Sep 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant