Open bithir opened 1 month ago
Method signature change - breaking change in v13.
Corrected code below
static async createDialog(data = {},createOptions={}, {folders, types, template, ...dialogOptions}={}) {
// Collect data
console.log("createDialog", types);
types = game.symbaroum.config.itemValid;
return super.createDialog(data, createOptions , { folders, types, template, dialogOptions });
}
Need to remove this entry from the menu.