Added 'Zurücknehmen'-button for recommendation in STGL Detail View

Requested recommendations can now be withdrawn.
Now a button 'Zurücknehmen' is displayed as long as the Anrechnung
is processed by the lector and only as long the lector has not provided
a recommendation.

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-03-18 10:55:58 +01:00
committed by cris-technikum
parent 616cfaaf41
commit d345cbb43b
4 changed files with 143 additions and 2 deletions
+20
View File
@@ -10290,6 +10290,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'empfehlungsanforderungWirklichZuruecknehmen',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Empfehlungsanforderung wirklich zurücknehmen?",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Do you really want to withdraw your request for recommendation?",
'description' => '',
'insertvon' => 'system'
)
)
),
);