Add a version of citation dialog for citing notes

This commit is contained in:
Adomas Venčkauskas 2021-02-08 13:02:09 +02:00 committed by Dan Stillman
parent 7b794cecd7
commit 0fc9037a54
13 changed files with 392 additions and 259 deletions

View file

@ -115,7 +115,7 @@ describe("Zotero.Integration", function () {
* @param {Number} fieldType
* @return {Field[]}
*/
convertPlaceholdersToFields: function (codes, placeholderIDs, noteType, fieldType) {
convertPlaceholdersToFields: function (codes, noteType, fieldType) {
return codes.map(code => {
let field = new DocumentPluginDummy.Field(this);
field.code = code;