Sigafoos / journal-links

A module for Foundry VTT that links entities (journal entries, actors and items) that reference each other
MIT License
5 stars 5 forks source link

Doesn't seem to work on 0.7.8 #11

Open undesconocido opened 3 years ago

undesconocido commented 3 years ago

It doesn't link the entries together, sadly, it doesn't matter if you try to force it manually or not; or if you configure another tag.

Sigafoos commented 3 years ago

I'll take a look and try to figure out what's going on!

scooper4711 commented 3 years ago

any word yet?

bbollig commented 3 years ago

This was an issue for me on the previous version as well. Looking at the Console Log in dev tools, it seems its reading rebuildOnSave incorrectly. I have rebuildOnSave checked from Configure Game Settings > Journal Links menu. I hit the button to manually sync and I see this same pattern in the console window repeating for all my journal entires: journal-links | syncing links... journallink.js:223 journal-links | wiping referencedBy for journal journallink.js:223 journal-links | DEBUG | wiping referencedBy for Greta Gardania journallink.js:223 journal-links | not updating JournalEntry Greta Gardania as rebuildOnSave is false

EDIT: I toggled the rebuildOnSave checkbox to unchecked and manually tried the manual sync again to see if it resolves the issue and I see the same message in the console: "rebuildOnSave is false"

Really looking forward to being able to use this mod! It will save me a lot of headache trying to keep relationships straight.