Replace deprecated Zotero.Libraries.isEditable() call on note save
This commit is contained in:
parent
381fe38b89
commit
ab10d1617e
|
@ -4253,7 +4253,7 @@ var ZoteroPane = new function()
|
||||||
}
|
}
|
||||||
|
|
||||||
var collectionTreeRow = this.collectionsView.getRow(row);
|
var collectionTreeRow = this.collectionsView.getRow(row);
|
||||||
return Zotero.Libraries.isEditable(collectionTreeRow.ref.libraryID);
|
return Zotero.Libraries.get(collectionTreeRow.ref.libraryID).editable;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user