Added Notifications
Added Mentions in HistoryItems
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user