Added Events to Projects
Added Events to EntityShow.vue
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user