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:
@@ -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' => [
|
||||
|
||||
@@ -14,4 +14,4 @@ return [
|
||||
'save' => 'Speichern',
|
||||
'delete_account' => 'Account löschen',
|
||||
'delete' => 'Löschen',
|
||||
];
|
||||
];
|
||||
|
||||
@@ -115,4 +115,4 @@ return [
|
||||
'password' => 'Passwort',
|
||||
'privacy_consent' => 'Datenschutzbestätigung',
|
||||
],
|
||||
];
|
||||
];
|
||||
|
||||
@@ -25,6 +25,7 @@ return [
|
||||
],
|
||||
|
||||
'common' => [
|
||||
'error' => 'Error',
|
||||
'key' => 'Key',
|
||||
'value' => 'Value',
|
||||
'locale' => 'Locale',
|
||||
@@ -459,6 +460,9 @@ return [
|
||||
'settings' => 'Settings',
|
||||
'emotions' => 'Emotions',
|
||||
],
|
||||
'messages' => [
|
||||
'delete_constraint_error' => 'This event type is currently in use and cannot be deleted.',
|
||||
],
|
||||
],
|
||||
|
||||
'tasks' => [
|
||||
|
||||
Reference in New Issue
Block a user