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 Jun 5, 2024
1 parent b112ae4 commit a57d353
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 @@ -147,7 +147,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 a57d353

Please sign in to comment.