HiromuHota / pentaho-kettle

webSpoon is a web-based graphical designer for Pentaho Data Integration with the same look & feel as Spoon
https://hub.docker.com/r/hiromuhota/webspoon/
Apache License 2.0
502 stars 193 forks source link

Refresh Browser Repositories Status Loss #181

Closed zhangrenhua closed 5 years ago

zhangrenhua commented 5 years ago

Hello, I found that the repositories login status lost after the browser refresh reload, how can I handle the repositories login status?

HiromuHota commented 5 years ago

Page reload of webSpoon is equivalent to App restart of Spoon. This means the connected repository is lost when you reload webSpoon.

One possible workaround is to check Launch connection on startup like below. This will allow you to automatically connect to the repository on the page reload.

Screen Shot 2019-09-26 at 10 40 58 AM
zhangrenhua commented 5 years ago

okay, thank you!