Added Notifications

Added Mentions in HistoryItems
This commit is contained in:
2024-11-08 20:18:50 +01:00
parent f69b30b5ba
commit a246263424
2 changed files with 8 additions and 2 deletions

View File

@@ -51,6 +51,11 @@ const links = computed(() => {
label: "E-Mail",
to: "/email/new",
icon: "i-heroicons-envelope"
},
{
label: "Logbücher",
to: "/communication/historyItems",
icon: "i-heroicons-envelope"
}
]
},

View File

@@ -44,8 +44,8 @@ export const useDataStore = defineStore('data', () => {
redirect:true
},
plants: {
label: "Objekt",
labelSingle: "Objekte",
label: "Objekte",
labelSingle: "Objekt",
redirect:true,
historyItemHolder: "plant"
},
@@ -1643,6 +1643,7 @@ export const useDataStore = defineStore('data', () => {
uploadFiles,
hasRight,
generateHistoryItems,
dataTypes,
//Data
profiles,