You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When saving time entries, the JS code right now makes serial API-calls for every time entry.
For optimization, we try to make the calls run in parallel instead.
Investigate whether it's possible to do one request with an array of time-entries (see the redmine API description).
The text was updated successfully, but these errors were encountered:
When saving time entries, the JS code right now makes serial API-calls for every time entry.
For optimization, we try to make the calls run in parallel instead.
Investigate whether it's possible to do one request with an array of time-entries (see the redmine API description).
The text was updated successfully, but these errors were encountered: