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 grand total is calling the api to retrieve the projects, the call “GET /api/activities?visible=3” is executed.
Completed projects that do not yet have "billed hourly entries" are not included in the response. Grand Total then tries to display the hourly entries, but cannot match them to a project ID from the activities response. This leads to many exception entries in the JSLog which makes grandtotal nearly unusable because the JDLog window pops up many times. If the call against activities has set the parameter “ignoredates=1”, all projects are returned and grand total should not throw an error.
As workaround i set all old hour entries as billed (what they are not..)
The text was updated successfully, but these errors were encountered:
When grand total is calling the api to retrieve the projects, the call “GET /api/activities?visible=3” is executed.
Completed projects that do not yet have "billed hourly entries" are not included in the response. Grand Total then tries to display the hourly entries, but cannot match them to a project ID from the activities response. This leads to many exception entries in the JSLog which makes grandtotal nearly unusable because the JDLog window pops up many times. If the call against activities has set the parameter “ignoredates=1”, all projects are returned and grand total should not throw an error.
As workaround i set all old hour entries as billed (what they are not..)
The text was updated successfully, but these errors were encountered: