From 6225001c7c8228c4744f7b160065e6b79d43c482 Mon Sep 17 00:00:00 2001 From: ma0068 Date: Thu, 9 Jul 2026 10:50:47 +0200 Subject: [PATCH] remove changes for branch feature-775595/StudVW_Notizen_konfigurierbar --- application/config/stv.php | 3 +-- .../components/Stv/Studentenverwaltung/Details/Notizen.js | 7 +------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/application/config/stv.php b/application/config/stv.php index d62e58674..34a30a96e 100644 --- a/application/config/stv.php +++ b/application/config/stv.php @@ -60,8 +60,7 @@ $config['tabs'] = ], 'notes' => [ //if true, the count of Messages will be shown in the header of the Tab Messages - 'showCountNotes' => true, - 'showErweitert' => true, + 'showCountNotes' => true ], 'combinePeople' => [ //multitab should only be shown with this length of selection diff --git a/public/js/components/Stv/Studentenverwaltung/Details/Notizen.js b/public/js/components/Stv/Studentenverwaltung/Details/Notizen.js index d52091cf9..75c98c403 100644 --- a/public/js/components/Stv/Studentenverwaltung/Details/Notizen.js +++ b/public/js/components/Stv/Studentenverwaltung/Details/Notizen.js @@ -8,11 +8,7 @@ export default { CoreNotiz }, props: { - modelValue: Object, - config: { - type: Object, - default: {} - } + modelValue: Object }, data() { return { @@ -35,7 +31,6 @@ export default { :visibleColumns="['titel','text','verfasser','bearbeiter','dokumente']" @reload="$emit('update:suffix')" tabulator-persistence-id="stv-notiz-20260217" - :show-erweitert="config.showErweitert" >