plausichecks: uhstatpersonenkennungfehlt issue: removed oe_kurzbz, added datenverbund issues to core plausicheck gui

This commit is contained in:
Alexei Karpenko
2026-04-03 11:52:22 +02:00
parent 5b4e632526
commit 82d640b1f4
2 changed files with 3 additions and 4 deletions
@@ -5,7 +5,7 @@ if (! defined('BASEPATH')) exit('No direct script access allowed');
class Plausichecks extends Auth_Controller
{
const GENERIC_ISSUE_OCCURED_TEXT = 'Issue aufgetreten';
const APPS = ['core'];
const APPS = ['core', 'dvuh'];
public function __construct()
{
@@ -41,8 +41,7 @@ class UhstatPersonkennungFehltCore extends PlausiChecker
foreach ($prestudents as $prestudent)
{
$results[] = array(
'person_id' => $prestudent->person_id,
'oe_kurzbz' => $prestudent->prestudent_stg_oe_kurzbz
'person_id' => $prestudent->person_id
//'fehlertext_params' => array('person_id' => $prestudent->person_id),
//'resolution_params' => array('person_id' => $prestudent->person_id)
);
@@ -71,7 +70,7 @@ class UhstatPersonkennungFehltCore extends PlausiChecker
$qry = "
SELECT
DISTINCT ON (person_id) prestudent_id, person_id, stg.oe_kurzbz AS prestudent_stg_oe_kurzbz
DISTINCT ON (person_id) prestudent_id, person_id
FROM
public.tbl_prestudent pre
JOIN public.tbl_person pers USING(person_id)