You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
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
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
The text was updated successfully, but these errors were encountered: