Tested and fixed triggers in new action engine

This commit is contained in:
Thaum Rystra
2024-05-14 10:02:54 +02:00
parent 4a52c3af19
commit 195704ed7a
8 changed files with 154 additions and 7 deletions

View File

@@ -134,7 +134,7 @@ const ComputedOnlyTriggerSchema = createPropertySchema({
},
});
const ComputedTriggerSchema = new SimpleSchema()
const ComputedTriggerSchema = new SimpleSchema({})
.extend(TriggerSchema)
.extend(ComputedOnlyTriggerSchema);