Changed Supabase Select Query for Projects

This commit is contained in:
2025-03-28 17:04:00 +01:00
parent 338bcd0df9
commit 95968681ce

View File

@@ -807,7 +807,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(*), 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(*)",
supabaseSortColumn: "projectNumber",
filters: [
{