File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
time_tracker_api/time_entries Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -408,7 +408,12 @@ def find_running(self):
408
408
time_entry = self .repository .find_running (
409
409
event_ctx .tenant_id , event_ctx .user_id
410
410
)
411
- self .stop_time_entry_if_was_left_running (time_entry )
411
+ # TODO: we need to make this work using the users time zone
412
+ # This is disabled as part of https://github.com/ioet/time-tracker-backend/issues/160
413
+ # Remove all these comments after implementing
414
+ # https://github.com/ioet/time-tracker-backend/issues/159
415
+ # https://github.com/ioet/time-tracker-backend/issues/162
416
+ # self.stop_time_entry_if_was_left_running(time_entry)
412
417
return time_entry
413
418
414
419
def get_worked_time (self , conditions : dict = {}):
You can’t perform that action at this time.
0 commit comments