Added check, when STGL tries to request recommendation for already recommended Antraege

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-01-26 10:58:26 +01:00
committed by cris-technikum
parent 5b77a5d08f
commit 7d0ff4fcee
5 changed files with 66 additions and 12 deletions
+20
View File
@@ -8688,6 +8688,26 @@ Any unusual occurrences
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'confirmTextAntragHatBereitsEmpfehlung',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Mindestens 1 Antrag enthält bereits eine Empfehlung.\nWollen Sie wirklich für Ihre Auswahl eine Empfehlung anfordern und bereits vorhandene Empfehlungen dabei zurücksetzen?",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "At least one application was already recommended.\nDo you really want to request for recommendation for your selection?",
'description' => '',
'insertvon' => 'system'
)
)
)
);