Closed drewg13 closed 2 years ago
That's concerning. I have no idea why this could be happening. If anyone figures this out, please open a PR with a fix.
I've narrowed it down to the Disable Template Cache option, which makes sense, given the error. If I disable that, I no longer get the error. I'm assuming something in that template cache is necessary to connect the partial to the path and is not being preserved.
Yeah it looks like Foundry's template resolution has changed subtly. Maybe the solution is to not bypass the cache for paths that start with templates/
?
Here's the foundry.js change:
Whoops, nope, that's not it. The patch just isn't passing along the id
parameter. That's an easy fix. Lemme whip up a PR.
Environment Details
Describe the bug Error thrown when module enabled and edit button on JournalEntryPage clicked, see screenshot Error does not occur when module is not enabled, error occurs under multiple systems including dnd5e 2.0.0-alpha2
To Reproduce Steps to reproduce the behavior:
Expected behavior Editor window opens
Screenshots