fix #1208: webdav credentials corruption

This commit is contained in:
antelle 2019-11-08 19:07:38 +01:00
parent 36a53cc405
commit a65d7208c7
2 changed files with 4 additions and 1 deletions

View File

@ -120,7 +120,8 @@ class OpenView extends View {
keyFileData: null,
keyFilePath: null,
fileData: null,
rev: null
rev: null,
opts: null
};
}
@ -560,6 +561,7 @@ class OpenView extends View {
this.params.keyFileName = fileInfo.keyFileName;
this.params.keyFilePath = fileInfo.keyFilePath;
this.params.keyFileData = null;
this.params.opts = fileInfo.opts;
this.displayOpenFile();
this.displayOpenKeyFile();

View File

@ -5,6 +5,7 @@ Release notes
`+` #1065: PORTABLE_EXECUTABLE_DIR environment variable
`-` fix #1323: version in the About dialog
`-` fix #734: OTP secrets with spaces
`-` fix #1208: webdav credentials corruption
##### v1.12.3 (2019-11-06)
`-` fix #1335: removed the menubar on Windows and Linux