diff --git a/application/views/lehre/lehrauftrag/acceptLehrauftragData.php b/application/views/lehre/lehrauftrag/acceptLehrauftragData.php index af864dd51..4fe41a8a4 100644 --- a/application/views/lehre/lehrauftrag/acceptLehrauftragData.php +++ b/application/views/lehre/lehrauftrag/acceptLehrauftragData.php @@ -340,9 +340,6 @@ $filterWidgetArray = array( rowUpdated:function(row){ func_rowUpdated(row); }, - rowSelectionChanged:function(data, rows){ - func_rowSelectionChanged(data, rows); - }, rowFormatter:function(row){ func_rowFormatter(row); }, diff --git a/application/views/lehre/lehrauftrag/approveLehrauftragData.php b/application/views/lehre/lehrauftrag/approveLehrauftragData.php index 0fb1bfc7e..b359defaa 100644 --- a/application/views/lehre/lehrauftrag/approveLehrauftragData.php +++ b/application/views/lehre/lehrauftrag/approveLehrauftragData.php @@ -359,9 +359,6 @@ $filterWidgetArray = array( rowUpdated:function(row){ func_rowUpdated(row); }, - rowSelectionChanged:function(data, rows){ - func_rowSelectionChanged(data, rows); - }, rowFormatter:function(row) { func_rowFormatter(row); diff --git a/application/views/lehre/lehrauftrag/orderLehrauftragData.php b/application/views/lehre/lehrauftrag/orderLehrauftragData.php index 4f605277b..4a857b4b5 100644 --- a/application/views/lehre/lehrauftrag/orderLehrauftragData.php +++ b/application/views/lehre/lehrauftrag/orderLehrauftragData.php @@ -393,9 +393,6 @@ $filterWidgetArray = array( rowUpdated:function(row){ func_rowUpdated(row); }, - rowSelectionChanged:function(data, rows){ - func_rowSelectionChanged(data, rows); - }, rowFormatter:function(row){ func_rowFormatter(row); },