Added button to copy Empfehlungstext into reason textarea when rejecting

Signed-off-by: cris-technikum <[email protected]>
This commit is contained in:
Cris
2021-03-25 17:12:38 +01:00
committed by cris-technikum
parent f9cbd9caf5
commit 279157b920
3 changed files with 39 additions and 2 deletions
+20
View File
@@ -10430,6 +10430,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'genehmigungNegativEmpfehlungstextUebernehmen',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Empfehlungstext des Lektors als Begr&uuml;ndung &uuml;bernehmen.",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Copy the lectors recommendation text as reason for the rejection.",
'description' => '',
'insertvon' => 'system'
)
)
),
);