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:
@@ -66,8 +66,8 @@ return [
|
||||
'h1',
|
||||
'h2',
|
||||
'h3',
|
||||
//'hr',
|
||||
//'image',
|
||||
// 'hr',
|
||||
// 'image',
|
||||
'italic',
|
||||
'link',
|
||||
'orderedList',
|
||||
|
||||
@@ -14,4 +14,3 @@ return [
|
||||
'name' => env('SECURITY_SCAN_QUEUE', 'media-security'),
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user