mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Failure on multiple clients #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kolesar-andras on GitHub.
I have two Clockify workspaces. When I select one of them, project list does not load. Another workspace loads fine.
Javascript console shows an error at
ClockifyTaskForm.jsx:135:20:Related code:
Workspace having more than one client causes the bug. Another workspace has only one client.
Code creates only one key in the
data.clientsobject, for the firstclientNamein the order of JSON input. Second name cannot be found in this object.@FranP-code commented on GitHub:
Hello @kolesar-andras! Thank you for report this bug.
Merged the solution with this branch: https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration/pull/2