Changed Sorting in Profiles to Lastname
Added Index Card check for Anwesenheiten Added Type Sorting to Receipts list
This commit is contained in:
@@ -564,7 +564,7 @@ export const useDataStore = defineStore('data', () => {
|
||||
}
|
||||
|
||||
async function fetchProfiles () {
|
||||
profiles.value = (await supabase.from("profiles").select().eq("tenant",currentTenant.value).order("fullName")).data
|
||||
profiles.value = (await supabase.from("profiles").select().eq("tenant",currentTenant.value).order("lastName")).data
|
||||
}
|
||||
|
||||
async function fetchOwnProfiles () {
|
||||
|
||||
Reference in New Issue
Block a user