- BenutzerModel: added comment for getFromPersonId method

- UPDATE permission for web for tbl_projektbetreuer added
- added phrase for Zweitbegutachter - link
This commit is contained in:
KarpAlex
2021-03-01 09:33:14 +01:00
parent 20413b1b03
commit 9677a5a4fd
3 changed files with 39 additions and 1 deletions
+20 -1
View File
@@ -9292,7 +9292,26 @@ Any unusual occurrences
)
)
),
array(
'app' => 'projektarbeitsbeurteilung',
'category' => 'projektarbeitsbeurteilung',
'phrase' => 'zurZweitbegutachterBewertung',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Zur Bewertung des Zweitbegutachters',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'To assessment of second assessor',
'description' => '',
'insertvon' => 'system'
)
)
)
);