We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b112ae4 commit a57d353Copy full SHA for a57d353
frontend/app/projects/controller.js
@@ -147,7 +147,7 @@ export default class ProjectsController extends Controller {
147
updateRemainingEffort(changeset) {
148
if (
149
changeset.get("project.remainingEffortTracking") &&
150
- !changeset.get("mostRecentRemainingEffort")
+ this.selectedTask.isNew
151
) {
152
changeset.set(
153
"mostRecentRemainingEffort",
0 commit comments