mirror of
https://github.com/zotero/zotero.git
synced 2026-09-22 00:32:47 +00:00
Fix save() without transaction when saving search
This commit is contained in:
parent
f494ab5114
commit
d842e7a9bc
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ var ZoteroAdvancedSearch = new function() {
|
|||
|
||||
var s = _searchBox.search.clone();
|
||||
s.name = name.value;
|
||||
yield s.save();
|
||||
yield s.saveTx();
|
||||
|
||||
window.close();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue