v12 fixes

- forgot a foundry.utils to flattenObject
- fixed tech links on school cursus and titles
This commit is contained in:
Vlyan
2024-05-30 16:21:58 +02:00
parent 47e040509f
commit bd508092ec
5 changed files with 291 additions and 291 deletions

View File

@@ -221,7 +221,7 @@ export class TwentyQuestionsDialog extends FormApplication {
event.preventDefault();
event.stopPropagation();
$(event.currentTarget).prop("disabled", true);
await this.object.toActor(this.actor, flattenObject(this.cache));
await this.object.toActor(this.actor, foundry.utils.flattenObject(this.cache));
await this.close({ submit: true, force: true });
});