diff --git a/components/EntityShow.vue b/components/EntityShow.vue index 76babf2..6f5291f 100644 --- a/components/EntityShow.vue +++ b/components/EntityShow.vue @@ -1,5 +1,7 @@ + + + + \ No newline at end of file diff --git a/stores/data.js b/stores/data.js index cb9ee8f..f4589f8 100644 --- a/stores/data.js +++ b/stores/data.js @@ -978,7 +978,7 @@ export const useDataStore = defineStore('data', () => { redirect:true, historyItemHolder: "project", numberRangeHolder: "projectNumber", - supabaseSelectWithInformation: "*, customer(id,name), plant(id,name), projecttype(name, id), tasks(*, project(id,name), customer(id,name), plant(id,name)), files(*), createddocuments(*, statementallocations(*)), events(*)", + supabaseSelectWithInformation: "*, customer(id,name), plant(id,name), projecttype(name, id), tasks(*, project(id,name), customer(id,name), plant(id,name)), files(*), createddocuments(*, statementallocations(*)), events(*), times(*, profile(id, fullName))", supabaseSortColumn: "projectNumber", filters: [ { @@ -1086,6 +1086,8 @@ export const useDataStore = defineStore('data', () => { },{ key: "files", label: "Dateien" + },{ + label: "Zeiten" },{ label: "Ausgangsbelege" },{