Changes
This commit is contained in:
@@ -703,6 +703,12 @@ export const useDataStore = defineStore('data', () => {
|
||||
name = "Fahrer"
|
||||
if(prop.data.o) oldVal = profiles.value.find(i => i.id === prop.data.o).fullName
|
||||
if(prop.data.n) newVal = profiles.value.find(i => i.id === prop.data.n).fullName
|
||||
} else if(key === "projecttype") {
|
||||
name = "Projekttyp"
|
||||
|
||||
//TODO: Resolving for Projecttypes
|
||||
//if(prop.data.o) oldVal = profiles.value.find(i => i.id === prop.data.o).fullName
|
||||
//if(prop.data.n) newVal = profiles.value.find(i => i.id === prop.data.n).fullName
|
||||
} else if(key === "fixed") {
|
||||
name = "Festgeschrieben"
|
||||
if(newVal === true){
|
||||
|
||||
Reference in New Issue
Block a user