renamed unrulyPerson api to checkPerson; built in logic into infoCenterDetails to trigger a number of checks about any changed data in the info center (in this case unruly) and update the page accordingly; Also fixed a bug when saving stammdaten without kontakt entries;

This commit is contained in:
Johann Hoffmann
2024-09-17 14:09:49 +02:00
parent 27c312d7d3
commit 79ea8c4521
12 changed files with 235 additions and 115 deletions
+6 -6
View File
@@ -2670,7 +2670,7 @@ $phrases = array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Unerwünscht',
'text' => 'Unruly',
'description' => '',
'insertvon' => 'system'
),
@@ -5349,7 +5349,7 @@ The invoice will be sent to you again. <u><strong>The amount is only to be trans
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Unerwünschte Person wurde gefunden',
'text' => 'Unruly Person wurde gefunden',
'description' => '',
'insertvon' => 'system'
),
@@ -20838,7 +20838,7 @@ array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Unerwünscht',
'text' => 'Unruly',
'description' => '',
'insertvon' => 'system'
),
@@ -20858,7 +20858,7 @@ array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Unerwünschte Person Status wurde aktualisiert.',
'text' => 'Unruly Person Status wurde aktualisiert.',
'description' => '',
'insertvon' => 'system'
),
@@ -23219,7 +23219,7 @@ array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Person ist unerwünscht',
'text' => 'Person ist unruly',
'description' => '',
'insertvon' => 'system'
),
@@ -23419,7 +23419,7 @@ array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Person ist unerwünscht',
'text' => 'Person ist unruly.',
'description' => '',
'insertvon' => 'system'
),