Closed ahawlitschek closed 4 years ago
Hi @ahawlitschek
Thanks for the issue report.
This issue is related to the way the Harvest API expects to receive booleans (as the strings true
or false
). At the moment, we send boolean filters as 0
or 1
values, which doesn't work. So, all the boolean filters in this client are broken at the moment. Once merged, the pull request https://github.com/janephp/janephp/pull/358 in janephp will allow to fix this issue.
Thanks for the reply!
So the issue will be gone in the near future. Thanks :)
When trying to request only the running timer entries, every entry will be returned
results in
Somehow the filter is not applied. Obviously there aren't 100 timers running :D