From dc580c95262abda4d476edf58c52f9671b93b206 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 29 May 2018 17:44:58 +0200 Subject: [PATCH] controllerid is also passed when freigegeben or abgesagt (important to keep filter!) --- application/controllers/system/infocenter/InfoCenter.php | 1 + application/views/system/infocenter/zgvpruefungen.php | 3 ++- public/js/infocenter/infocenterDetails.js | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/application/controllers/system/infocenter/InfoCenter.php b/application/controllers/system/infocenter/InfoCenter.php index b63bae0ac..25a653eb1 100644 --- a/application/controllers/system/infocenter/InfoCenter.php +++ b/application/controllers/system/infocenter/InfoCenter.php @@ -313,6 +313,7 @@ class InfoCenter extends FHC_Controller public function saveAbsage($prestudent_id) { $statusgrund = $this->input->post('statusgrund'); + $this->fhc_controller_id = $this->input->post('fhc_controller_id'); $lastStatus = $this->PrestudentstatusModel->getLastStatus($prestudent_id); diff --git a/application/views/system/infocenter/zgvpruefungen.php b/application/views/system/infocenter/zgvpruefungen.php index 7e9e142c0..82cc8c85f 100644 --- a/application/views/system/infocenter/zgvpruefungen.php +++ b/application/views/system/infocenter/zgvpruefungen.php @@ -243,6 +243,7 @@
+