fix(Dashboard widget Url): adds validation method for both input fields and fixes confirm delete dialog

This commit is contained in:
SimonGschnell
2024-11-05 11:32:02 +01:00
parent a9fe52d3c6
commit 37dffbba19
4 changed files with 109 additions and 36 deletions
+20
View File
@@ -31524,6 +31524,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'bookmark',
'phrase' => 'invalidTitel',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Ungültiger Titel',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Invalid title',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'global',