StV: tab final ordering

This commit is contained in:
chfhtw
2025-08-21 15:00:18 +02:00
parent fb9f2e86fc
commit 11868d9496
+4 -3
View File
@@ -85,9 +85,9 @@ if (!defined('ZGV_DOKTOR_ANZEIGEN') || !ZGV_DOKTOR_ANZEIGEN) {
}
$config['student_tab_order'] = [
'messages',
'details',
'notes',
'messages',
'contact',
'prestudent',
'status',
@@ -101,14 +101,15 @@ $config['student_tab_order'] = [
'mobility',
'jointstudies',
'admissionDates',
'functions',
'resources',
'groups',
'functions',
'coursedates',
'resources',
];
$config['students_tab_order'] = [
'banking',
'status',
'groups',
'finalexam',
'archive',
];