From ce058df3a5fc74af6d9ac6b1b675a936f4bdcc11 Mon Sep 17 00:00:00 2001 From: Johann Hoffmann Date: Mon, 30 Sep 2024 17:25:51 +0200 Subject: [PATCH] =?UTF-8?q?Student=20Component=20Performance=20Fix=20(dont?= =?UTF-8?q?=20subquery=20person=20and=20anwesenheiten=5Fuser=20table=20on?= =?UTF-8?q?=20every=20anw=5Fuser=20row,=20just=20do=20the=20entschuldigung?= =?UTF-8?q?=20offen/abgelehnt=20logic=20in=20client=20before=20rendering);?= =?UTF-8?q?=20entschuldigung=20tab=20route;=20pagination=20on=20student=20?= =?UTF-8?q?entschuldigung=20page=20aswell;=20added=20config=20for=20einhei?= =?UTF-8?q?ten=20l=C3=A4nge=20to=20calculate/show;=20mitarbeiter=20selecti?= =?UTF-8?q?on=20in=20case=20of=20admin=20&=20lektor=20in=20same=20account?= =?UTF-8?q?=20behaving=20as=20expected;=20added=20index=20creation=20to=20?= =?UTF-8?q?initial=20sql=20scripts;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/phrasesupdate.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 5c9450f37..37364985d 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -27175,6 +27175,26 @@ array( ) ) ), + array( + 'app' => 'anwesenheiten', + 'category' => 'global', + 'phrase' => 'anteil', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Anteil', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Percentage', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), array( 'app' => 'anwesenheiten', 'category' => 'global',