Merge branch 'master' into feature-69438/FHC4_Studierendenverwaltung/FeedbackPunkte

This commit is contained in:
Harald Bamberger
2025-12-02 07:54:40 +01:00
46 changed files with 2044 additions and 364 deletions
+6 -1
View File
@@ -61,7 +61,11 @@ $config['tabs'] =
'notes' => [
//if true, the count of Messages will be shown in the header of the Tab Messages
'showCountNotes' => true
]
],
'combinePeople' => [
//multitab should only be shown with this length of selection
'validCountMulti' => 2,
],
];
// List of fields to show when ZGV_DOKTOR_ANZEIGEN is defined
@@ -118,5 +122,6 @@ $config['students_tab_order'] = [
'messages',
'groups',
'finalexam',
'combinePeople',
'archive',
];