Temporarily disable the fix from 3247391914
Disable this until we figure out why it was running when migrating from Extra.
This commit is contained in:
parent
f1816c12ad
commit
8cd04e5d91
1 changed files with 1 additions and 0 deletions
|
@ -502,6 +502,7 @@ Zotero.Item.prototype.setType = function(itemTypeID, loadIn) {
|
|||
for (let i = 0; i < this.getCreators().length; i++) {
|
||||
// Remove all creators if new item type doesn't have any
|
||||
if (removeAll) {
|
||||
throw new Error("Disabled");
|
||||
this.removeCreator(i);
|
||||
i--;
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue