mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Filter types choices
This commit is contained in:
parent
0512e4cad0
commit
18aed3a9f0
5 changed files with 44 additions and 21 deletions
|
|
@ -37,11 +37,7 @@ export default class DHBaseAction extends ActionMixin(foundry.abstract.DataModel
|
|||
|
||||
this.extraSchemas.forEach(s => {
|
||||
let clsField;
|
||||
if ((clsField = this.getActionField(s))) schemaFields[s] = new clsField(
|
||||
{
|
||||
type: this
|
||||
}
|
||||
);
|
||||
if ((clsField = this.getActionField(s))) schemaFields[s] = new clsField();
|
||||
});
|
||||
|
||||
return schemaFields;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue