Corrected action.description fallback

This commit is contained in:
WBHarry 2025-12-22 21:09:46 +01:00
parent a9b23b099e
commit 582fb7daf1
3 changed files with 5 additions and 2 deletions

View file

@ -98,7 +98,7 @@ export default class DHActionBaseConfig extends DaggerheartSheet(ApplicationV2)
async _prepareContext(_options) {
const context = await super._prepareContext(_options, 'action');
context.source = this.action.toObject(false);
context.source = this.action._source;
context.openSection = this.openSection;
context.tabs = this._getTabs(this.constructor.TABS);
context.config = CONFIG.DH;