fix #555: keyfile selection issue

(cherry picked from commit 55c224d)
This commit is contained in:
antelle 2017-03-26 11:15:36 +02:00
parent f573c205f7
commit 9c9fa149ff
2 changed files with 2 additions and 0 deletions

View File

@ -454,6 +454,7 @@ const OpenView = Backbone.View.extend({
this.params.rev = null;
this.params.keyFileName = fileInfo.get('keyFileName');
this.params.keyFilePath = fileInfo.get('keyFilePath');
this.params.keyFileData = null;
this.displayOpenFile();
this.displayOpenKeyFile();
},

View File

@ -2,6 +2,7 @@ Release notes
-------------
##### v1.4.1 (TBD)
`+` fix #544: read files with empty binaries
`+` fix #555: keyfile selection issue
##### v1.4.0 (2017-02-04)
KDBX4 format support and minor improvements