Added Events to Projects

Added Events to EntityShow.vue
This commit is contained in:
2025-02-04 12:45:11 +01:00
parent 2e45ff3561
commit aebfe7dac6
2 changed files with 58 additions and 14 deletions

View File

@@ -762,7 +762,7 @@ export const useDataStore = defineStore('data', () => {
redirect:true,
historyItemHolder: "project",
numberRangeHolder: "projectNumber",
supabaseSelectWithInformation: "*, customer(id,name), plant(id,name), projecttype(name, id), tasks(*), files(*), createddocuments(*)",
supabaseSelectWithInformation: "*, customer(id,name), plant(id,name), projecttype(name, id), tasks(*), files(*), createddocuments(*), events(*)",
supabaseSortColumn: "projectNumber",
filters: [
{
@@ -869,6 +869,8 @@ export const useDataStore = defineStore('data', () => {
label: "Dateien"
},{
label: "Ausgangsbelege"
},{
label: "Termine"
}/*,{
key: "timetracking",
label: "Zeiterfassung"