fix #652: create a copy bug

This commit is contained in:
antelle 2017-06-03 16:14:03 +02:00
parent fc629a7760
commit 80c396bb48
2 changed files with 4 additions and 1 deletions

View File

@ -615,7 +615,7 @@ const EntryModel = Backbone.Model.extend({
cloneEntry: function(nameSuffix) {
const newEntry = EntryModel.newEntry(this.group, this.file);
const uuid = newEntry.uuid;
const uuid = newEntry.entry.uuid;
newEntry.entry.copyFrom(this.entry);
newEntry.entry.uuid = uuid;
newEntry.entry.times.update();

View File

@ -3,6 +3,9 @@ Release notes
##### v1.6.0 (WIP)
`+` auto-lock on computer lock
##### v1.5.4 (2017-06-03)
`-` fix #652: create a copy bug
##### v1.5.3 (2017-05-29)
`-` fix #638: password generator drag issues
`-` fix #636: broken layout in edge 15