From afd03e414fe528f71e6fcea4560f00240c67c65c Mon Sep 17 00:00:00 2001 From: KarpAlex Date: Thu, 10 Mar 2022 13:39:53 +0100 Subject: [PATCH 1/7] Datenverbund filter: added new filter for bpk overview in extension and added storno uebersicht filter to dvuh app, and remaned dataset --- system/filtersupdate.php | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/system/filtersupdate.php b/system/filtersupdate.php index 641553096..a1536ca67 100644 --- a/system/filtersupdate.php +++ b/system/filtersupdate.php @@ -985,8 +985,8 @@ $filters = array( 'oe_kurzbz' => null, ), array( - 'app' => 'core', - 'dataset_name' => 'overview', + 'app' => 'dvuh', + 'dataset_name' => 'storno', 'filter_kurzbz' => 'DVUHStorno', 'description' => '{DVUH Storno Übersicht}', 'sort' => 1, @@ -1005,6 +1005,29 @@ $filters = array( } ', 'oe_kurzbz' => null, + ), + array( + 'app' => 'dvuh', + 'dataset_name' => 'overview', + 'filter_kurzbz' => 'BPKWartungDVUH', + 'description' => '{bPK Uebersicht}', + 'sort' => 1, + 'default_filter' => true, + 'filter' => ' + { + "name": "Fehlende bPK", + "columns": [ + {"name": "person_id"}, + {"name": "vorname"}, + {"name": "nachname"}, + {"name": "svnr"}, + {"name": "ersatzkennzeichen"}, + {"name": "mitarbeiter"} + ], + "filters": [] + } + ', + 'oe_kurzbz' => null, ) ); From a8e36f2f3e262bb9a91c71be9444c9deeaf3d888 Mon Sep 17 00:00:00 2001 From: KarpAlex Date: Fri, 11 Mar 2022 02:12:20 +0100 Subject: [PATCH 2/7] added studiengangskennzahl phrase --- system/phrasesupdate.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 139ab17b5..3b43a1ac0 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -2705,6 +2705,26 @@ $phrases = array( ) ) ), + array( + 'app' => 'core', + 'category' => 'lehre', + 'phrase' => 'studiengangskennzahlLehre', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Studiengangskennzahl', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Study program number', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), //********************** INFOCENTER/infocenter array( 'app' => 'infocenter', From d83e0cf52ce64173e8839b486188323354a61587 Mon Sep 17 00:00:00 2001 From: Christian Paminger Date: Wed, 16 Mar 2022 18:28:31 +0100 Subject: [PATCH 3/7] BugFix ressource.rdf.php --- rdf/ressource.rdf.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rdf/ressource.rdf.php b/rdf/ressource.rdf.php index 5306113b2..392ef0141 100644 --- a/rdf/ressource.rdf.php +++ b/rdf/ressource.rdf.php @@ -188,7 +188,7 @@ function draw_ressource($ressource) else die('Fehler beim Laden der Studenten-daten'); - $student.="\n\t\t\tressource_id."\" />"; + $student.="\n\t\t\tressource_id.'/'."\" />"; $typ ='Student'; } @@ -206,7 +206,7 @@ function draw_ressource($ressource) else die('Fehler beim Laden der Betriebsmittel-daten'); - $betriebsmittel.="\n\t\t\tressource_id."\" />"; + $betriebsmittel.="\n\t\t\tressource_id.'/'."\" />"; $typ = 'Betriebsmittel'; } @@ -224,7 +224,7 @@ function draw_ressource($ressource) else die('Fehler beim Laden der Firmen-daten'); - $firma.="\n\t\t\tressource_id."\" />"; + $firma.="\n\t\t\tressource_id.'/'."\" />"; $typ = 'Firma'; } @@ -249,4 +249,4 @@ function draw_ressource($ressource) '; } -?> \ No newline at end of file +?> From 253fdf141454310c822013c0d54be02442643754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Thu, 17 Mar 2022 09:23:46 +0100 Subject: [PATCH 4/7] =?UTF-8?q?Planner=20-=20Anzeigeproblem=20bei=20Projek?= =?UTF-8?q?tressourcen=20f=C3=BCr=20Firmen=20und=20Studenten=20behoben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/projekt/ressource.xml.php | 6 +++--- rdf/ressource.rdf.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/projekt/ressource.xml.php b/content/projekt/ressource.xml.php index d6f6c47c2..40d5ce204 100644 --- a/content/projekt/ressource.xml.php +++ b/content/projekt/ressource.xml.php @@ -160,15 +160,15 @@ echo '';