Merge branch 'master' into feature-69065/Projektarbeiten_Firmen_verwalten

This commit is contained in:
Harald Bamberger
2025-12-11 12:12:05 +01:00
63 changed files with 2420 additions and 394 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
@@ -122,5 +126,6 @@ $config['students_tab_order'] = [
'status',
'groups',
'finalexam',
'combinePeople',
'archive',
];