ENhance and fix

This commit is contained in:
2026-05-10 23:12:21 +02:00
parent e200b5f7b0
commit 7542890232
43 changed files with 638 additions and 390 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export class ItemL5r5e extends Item {
* @memberof ClientDocumentMixin#
*/
get uuid() {
const parents = this.system.parent_id;
const parents = this.system?.parent_id;
if (!parents?.item_id) {
return super.uuid;
}