mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 04:32:15 +01:00
change time entries requests to always filter on user_id
This commit is contained in:
@@ -60,6 +60,7 @@ export const useCurrentTimeEntryStore = defineStore('currentTimeEntry', () => {
|
||||
api.getTimeEntries({
|
||||
queries: {
|
||||
active: 'true',
|
||||
user_id: getCurrentUserId(),
|
||||
},
|
||||
params: {
|
||||
organization: organizationId,
|
||||
|
||||
Reference in New Issue
Block a user