Prevent attribute items from being embedded if there is already an attribute with the same key

This commit is contained in:
Oliver 2026-04-23 18:06:00 -06:00
parent f1499d1c3d
commit 6ccc10f897
3 changed files with 30 additions and 3 deletions

View file

@ -133,7 +133,8 @@
"error": {
"missing-id": "An ID must be provided",
"invalid-socket": "Invalid socket data received, this means a module or system bug is present.",
"unknown-socket-event": "An unknown socket event was received: {event}"
"unknown-socket-event": "An unknown socket event was received: {event}",
"duplicate-attribute-key": "Cannot create an Attribute with a key (\"{key}\") that already exists on the Actor"
},
"warn": {
"migration-in-progress": "Applying data migrations for version {version}. Please do NOT refresh the window while this warning is present."