Load all item data types before migrating Extra fields on schema update
https://forums.zotero.org/discussion/82153/beta-startup-error
This commit is contained in:
parent
17d6181507
commit
97767278fb
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ Zotero.Schema = new function(){
|
|||
}
|
||||
|
||||
var items = await Zotero.Items.getAsync(itemIDs);
|
||||
await Zotero.Items.loadDataTypes(items, ['itemData', 'creator']);
|
||||
await Zotero.Items.loadDataTypes(items);
|
||||
for (let item of items) {
|
||||
let changed = item.migrateExtraFields();
|
||||
if (!changed) continue;
|
||||
|
|
Loading…
Reference in a new issue