Added Archived
Changed fucntions baseurl
This commit is contained in:
@@ -2146,6 +2146,15 @@ export const useDataStore = defineStore('data', () => {
|
||||
oldVal = "Ja"
|
||||
newVal = "Nein"
|
||||
}
|
||||
} else if(key === "archived") {
|
||||
name = "Archiviert"
|
||||
if(newVal === true){
|
||||
oldVal = "Nein"
|
||||
newVal = "Ja"
|
||||
} else if(newVal === false) {
|
||||
oldVal = "Ja"
|
||||
newVal = "Nein"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user