Fix Event & EventType resource issues and apply formatting

- Fix EventType deletion error handling (constraint violations)
- Fix Event update error (package_id column missing)
- Fix Event Type dropdown options (JSON display issue)
- Fix EventPackagesRelationManager query error
- Add missing translations for deletion errors
- Apply Pint formatting
This commit is contained in:
Codex Agent
2026-01-21 10:34:06 +01:00
parent 198fbf6751
commit fa33e7cbcf
112 changed files with 334 additions and 280 deletions

View File

@@ -25,6 +25,7 @@ return [
],
'common' => [
'error' => 'Fehler',
'key' => 'Schlüssel',
'value' => 'Wert',
'locale' => 'Sprache',
@@ -466,6 +467,9 @@ return [
'icon' => 'Icon',
'created_at' => 'Erstellt',
],
'messages' => [
'delete_constraint_error' => 'Dieser Eventtyp wird derzeit verwendet und kann nicht gelöscht werden.',
],
],
'tasks' => [

View File

@@ -14,4 +14,4 @@ return [
'save' => 'Speichern',
'delete_account' => 'Account löschen',
'delete' => 'Löschen',
];
];

View File

@@ -115,4 +115,4 @@ return [
'password' => 'Passwort',
'privacy_consent' => 'Datenschutzbestätigung',
],
];
];