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" >