Bolts
Bolts
Trouble using actor.update with a DocumentID field
The parameter to update should be an object. Also, documentIdFields cast documents to their IDs, so no need to grab it explicitly. Should be this.actor.update({ "system.placeholderID": droppedActor })
3 replies
Problems updating to v12
My instinct says it's likely an issue with your defineSchema methods, but yeah, having code to look at would help.
5 replies