Allowed Filters to stay Persistent, Introduced Extra Column for ActivePhase

This commit is contained in:
2025-11-10 11:42:20 +01:00
parent 87aaa28d92
commit de32d72eda
4 changed files with 28 additions and 15 deletions

View File

@@ -1088,9 +1088,9 @@ export const useDataStore = defineStore('data', () => {
},
sortable: true
},{
key: "phase",
key: "active_phase",
label: "Phase",
component: phase
distinct:true
},{
key: "name",
label: "Name",