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
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
Create a report and add an estimated remaining effort to it.
Expected behavior
It updates the remaining effort of the certain task in the statistics view.
Actual behavior
After submitting the report the remaining effort does not update in stats view. But after editing the rem. effort and saving the report again in the timesheet, it will update the values in the stats view.
The attributes are fine in both requests to the backend. I suspect that a the POST and PATCH requests have different handling of the remaining effort attribute. Maybe the POST does not properly trigger the update?
The text was updated successfully, but these errors were encountered:
Scenario
Create a report and add an estimated remaining effort to it.
Expected behavior
It updates the remaining effort of the certain task in the statistics view.
Actual behavior
After submitting the report the remaining effort does not update in stats view. But after editing the rem. effort and saving the report again in the timesheet, it will update the values in the stats view.
The attributes are fine in both requests to the backend. I suspect that a the
POST
andPATCH
requests have different handling of the remaining effort attribute. Maybe thePOST
does not properly trigger the update?The text was updated successfully, but these errors were encountered: