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' => '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