Adding features on CharacterItems now adds them on the Character and relinks

This commit is contained in:
WBHarry 2025-07-31 18:47:22 +02:00
parent 3dc4daffc3
commit 682ffc04d7
4 changed files with 37 additions and 13 deletions

View file

@ -23,7 +23,6 @@ export default class DHFeature extends BaseDataItem {
nullable: true,
initial: null
}),
subType: new fields.StringField({ choices: CONFIG.DH.ITEM.featureSubTypes, nullable: true, initial: null }),
originId: new fields.StringField({ nullable: true, initial: null }),
identifier: new fields.StringField()
};