RC-82 | Name Input

This commit is contained in:
Oliver-Akins 2025-01-09 23:53:53 -07:00
parent 4b423a0729
commit d0374880bc
4 changed files with 46 additions and 2 deletions

View file

@ -40,6 +40,8 @@ export class AllItemSheetV1 extends GenericAppMixin(HandlebarsApplicationMixin(I
ctx = await super._preparePartContext(partId, ctx, opts);
ctx.item = this.document;
ctx.formFields = this.document.system.getFormFields(ctx);
Logger.debug(`Context:`, ctx);
return ctx;
};