Persist and Load Characterspecified ProductTemplateSystems
All checks were successful
E2E Testing / test (push) Successful in 1m34s

This commit is contained in:
Sebastian Böckelmann 2024-04-14 11:42:45 +02:00
parent 4d4efa49c9
commit 6496bd52c5
3 changed files with 13 additions and 2 deletions

View File

@ -51,7 +51,7 @@ export class CharacterSerializer {
} }
}, SerializeConstants.JSON_INDENT) }, SerializeConstants.JSON_INDENT)
character.characterSpecificTemplateSystems = templateGamesystemBackup
return new StoreComponent(jsonString, fileName, ModelComponentType.CHARACTER); return new StoreComponent(jsonString, fileName, ModelComponentType.CHARACTER);
} }
} }

View File

@ -1,5 +1,11 @@
{ {
"componentName": "Astrid Hofferson", "componentName": "Astrid Hofferson",
"componentDescription": "", "componentDescription": "",
"characterSpecificTemplateSystems": [] "characterSpecificTemplateSystems": [
{
"componentName": "Letters",
"states": [],
"transitions": []
}
]
} }

View File

@ -34,6 +34,11 @@
"actionMap": [] "actionMap": []
} }
] ]
},
{
"componentName": "Letters",
"states": [],
"transitions": []
} }
] ]
} }