Added Sort Column

This commit is contained in:
2025-01-22 18:31:50 +01:00
parent ec9fae9e5a
commit 2f9bad0f8f

View File

@@ -506,6 +506,8 @@ export const useDataStore = defineStore('data', () => {
label: "Abwesenheitsanträge",
labelSingle: "Abwesenheitsantrag",
isStandardEntity: true,
supabaseSortColumn:"startDate",
supabaseSortAscending: false,
supabaseSelectWithInformation: "*",
historyItemHolder: "absencerequest",
redirect:true,