Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into fix/163_fix-project-search
  • Loading branch information
mtierltd authored Jul 4, 2022
commit db9eac83b18a62c4044e09617e590e78dfb1651e
1 change: 1 addition & 0 deletions lib/Controller/AjaxController.php
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ public function addWorkInterval() {
}

$this->workIntervalMapper->insert($wi);
$running = $this->workIntervalMapper->findAllRunning($this->userId);

return new JSONResponse(["WorkIntervals" => json_decode(json_encode($running), true)]);
}
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.