Skip to content

Commit

Permalink
fix(frontend): update remaining effort when changing estimated time
Browse files Browse the repository at this point in the history
  • Loading branch information
MitanOmar committed Aug 13, 2024
1 parent be835c2 commit 7ee7144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/projects/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default class ProjectsController extends Controller {
updateRemainingEffort(changeset) {
if (
changeset.get("project.remainingEffortTracking") &&
!changeset.get("mostRecentRemainingEffort")
this.selectedTask.isNew
) {
changeset.set(
"mostRecentRemainingEffort",
Expand Down

0 comments on commit 7ee7144

Please sign in to comment.