From 3f1f509dfa858c97d2e25c6e2515cc2f1724fb85 Mon Sep 17 00:00:00 2001 From: Cris Date: Tue, 12 Nov 2019 12:05:31 +0100 Subject: [PATCH] Renamed column 'LE-ID' -> to 'LV-Teil' --- application/views/lehre/lehrauftrag/acceptLehrauftragData.php | 2 +- application/views/lehre/lehrauftrag/approveLehrauftragData.php | 2 +- application/views/lehre/lehrauftrag/orderLehrauftragData.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/views/lehre/lehrauftrag/acceptLehrauftragData.php b/application/views/lehre/lehrauftrag/acceptLehrauftragData.php index e90b22993..cc2f77f77 100644 --- a/application/views/lehre/lehrauftrag/acceptLehrauftragData.php +++ b/application/views/lehre/lehrauftrag/acceptLehrauftragData.php @@ -287,7 +287,7 @@ $filterWidgetArray = array( 'reloadDataset' => true, // reload query on page refresh 'columnsAliases' => array( // TODO: use phrasen 'Status', // alias for row_index, because row_index is formatted to display the status icons - 'LE-ID', + 'LV-Teil', 'LV-ID', 'PA-ID', 'Studiensemester', diff --git a/application/views/lehre/lehrauftrag/approveLehrauftragData.php b/application/views/lehre/lehrauftrag/approveLehrauftragData.php index 48baa9a51..7b432024c 100644 --- a/application/views/lehre/lehrauftrag/approveLehrauftragData.php +++ b/application/views/lehre/lehrauftrag/approveLehrauftragData.php @@ -296,7 +296,7 @@ $filterWidgetArray = array( 'columnsAliases' => array( // TODO: use phrasen 'Status', // alias for row_index, because row_index is formatted to display the status icons 'Personalnummer', - 'LE-ID', + 'LV-Teil', 'LV-ID', 'LV', 'PA-ID', diff --git a/application/views/lehre/lehrauftrag/orderLehrauftragData.php b/application/views/lehre/lehrauftrag/orderLehrauftragData.php index 2e6b77275..754bbb0bb 100644 --- a/application/views/lehre/lehrauftrag/orderLehrauftragData.php +++ b/application/views/lehre/lehrauftrag/orderLehrauftragData.php @@ -298,7 +298,7 @@ $filterWidgetArray = array( 'columnsAliases' => array( // TODO: use phrasen 'Status', // alias for row_index, because row_index is formatted to display the status icons 'Personalnummer', - 'LE-ID', + 'LV-Teil', 'LV-ID', 'LV', 'PA-ID',