remove changes for branch feature-775595/StudVW_Notizen_konfigurierbar

This commit is contained in:
ma0068
2026-07-09 10:50:47 +02:00
parent bf1001e30d
commit 6225001c7c
2 changed files with 2 additions and 8 deletions
+1 -2
View File
@@ -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
@@ -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"
>
</core-notiz>