Add a version of citation dialog for citing notes
This commit is contained in:
parent
7b794cecd7
commit
0fc9037a54
13 changed files with 392 additions and 259 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue