From 2938e0bdb06e4d14b46c1a60cf9475d6198181a3 Mon Sep 17 00:00:00 2001 From: Cris Date: Mon, 30 Mar 2020 19:27:12 +0200 Subject: [PATCH] Bugfixed: Removed undefined functions After moving functions to Tablewidget.js, these function calls doesnt exist anymore in the earlier corresponding javascripts. Therefore they must be removed. --- application/views/lehre/lehrauftrag/acceptLehrauftragData.php | 3 --- application/views/lehre/lehrauftrag/approveLehrauftragData.php | 3 --- application/views/lehre/lehrauftrag/orderLehrauftragData.php | 3 --- 3 files changed, 9 deletions(-) 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); },