change time entries requests to always filter on user_id

This commit is contained in:
Gregor Vostrak
2024-04-17 00:15:34 +02:00
parent fffa3639d3
commit 0b90407303
2 changed files with 4 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ export const useCurrentTimeEntryStore = defineStore('currentTimeEntry', () => {
api.getTimeEntries({
queries: {
active: 'true',
user_id: getCurrentUserId(),
},
params: {
organization: organizationId,