Forgot to saveUpdateContext() in edit
This commit is contained in:
parent
30bb227ae3
commit
a07f3af4e2
1 changed files with 1 additions and 0 deletions
|
|
@ -534,6 +534,7 @@ public class PasswordStore {
|
|||
let _ = try gitCommit(message: "EditPassword.".localize(url.deletingPathExtension().path.removingPercentEncoding!))
|
||||
newPasswordEntity = passwordEntity
|
||||
newPasswordEntity?.synced = false
|
||||
self.saveUpdatedContext()
|
||||
}
|
||||
|
||||
if password.changed&PasswordChange.path.rawValue != 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue