Open isven42 opened 8 months ago
Fixed the bug with changing the following line 468 in the mapping file: FROM { "pdf": "languages", "foundry": actordata.system.traits.languages.value.concat([actordata.system.traits.languages.custom]).filter(function(a) {return a.trim() != ''}).join(", ") },
TO { "pdf": "languages", "foundry": actordata.system.traits.languages.value.concat([actordata.system.traits.languages.custom]).filter(function(a) {return a !== undefined ? a.trim() : ''}).join(", ") },
After applying this fix you will get to the issue https://github.com/arcanistzed/pdf-sheet/pull/121 and can be fixed like described there.
Expected Behavior
After clicking Export, give me the view to generate the pdf.
Current Behavior
After clicking export with the remastered mapping and the remastered pdf i get the issue: Uncaught TypeError: a is undefined
Steps to Reproduce
Context
No response
Version
0.24.6
Foundry VTT Version
11.315
Operating System
Linux
Browser / App
Firefox
Game System
pf2e
Modules Disabled