Fix and enhancements
All checks were successful
Release Creation / build (release) Successful in 2m23s

This commit is contained in:
2025-04-05 23:15:46 +02:00
parent e9c0fbd818
commit 84cc59c57d
50 changed files with 133 additions and 145 deletions

View File

@@ -127,6 +127,8 @@ export class TeDeumActor extends Actor {
if (updates.length > 0) {
this.updateEmbeddedDocuments('Item', updates)
}
super._onUpdate(changed, options, userId);
}
/* -------------------------------------------- */