Added Notifications
Added Mentions in HistoryItems
This commit is contained in:
@@ -51,6 +51,11 @@ const links = computed(() => {
|
|||||||
label: "E-Mail",
|
label: "E-Mail",
|
||||||
to: "/email/new",
|
to: "/email/new",
|
||||||
icon: "i-heroicons-envelope"
|
icon: "i-heroicons-envelope"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Logbücher",
|
||||||
|
to: "/communication/historyItems",
|
||||||
|
icon: "i-heroicons-envelope"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -44,8 +44,8 @@ export const useDataStore = defineStore('data', () => {
|
|||||||
redirect:true
|
redirect:true
|
||||||
},
|
},
|
||||||
plants: {
|
plants: {
|
||||||
label: "Objekt",
|
label: "Objekte",
|
||||||
labelSingle: "Objekte",
|
labelSingle: "Objekt",
|
||||||
redirect:true,
|
redirect:true,
|
||||||
historyItemHolder: "plant"
|
historyItemHolder: "plant"
|
||||||
},
|
},
|
||||||
@@ -1643,6 +1643,7 @@ export const useDataStore = defineStore('data', () => {
|
|||||||
uploadFiles,
|
uploadFiles,
|
||||||
hasRight,
|
hasRight,
|
||||||
generateHistoryItems,
|
generateHistoryItems,
|
||||||
|
dataTypes,
|
||||||
|
|
||||||
//Data
|
//Data
|
||||||
profiles,
|
profiles,
|
||||||
|
|||||||
Reference in New Issue
Block a user