adfinis / timed

Monorepo for the Timed time-tracking application
GNU Affero General Public License v3.0
4 stars 5 forks source link

[BUG]: creating a new task when remaining effort is active #179

Open trowik opened 3 months ago

trowik commented 3 months ago

Description

While creating a new task on a project with remaining effort tracking active and updating the "Estimated time" the "Remaining effort" value updates the field according to the "Estimated time" value.

When updating the "Estimated time" field by entering a value, "Remaining effort" takes that value. When using arrows to update the "Estimated time" it only updates "Remaining effort" after the first click. The update of "Remaining effort" only happens on the first update of the field "Estimated time".

Steps to Reproduce

  1. Go to "Projects" page
  2. Activate "Remaining effort tracking" on a project
  3. Click "Add Task"
  4. Update value of "Estimated time" either by entering a value or using arrow keys

Expected Behavior

"Remaining effort" value shouldn't update automatically or should always update automatically, not only on the first update of "Estimated time".

Attachments

No response

Additional Context

No response

Version

v3.5.0 (frontend)

Required

c0rydoras commented 3 months ago

is this a problem with the API or with the ember frontend?

trowik commented 3 months ago

frontend