Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(frontend): update remaining effort when changing estimated time #243

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MitanOmar
Copy link
Member

fix: #179

@MitanOmar MitanOmar requested a review from a team as a code owner June 5, 2024 08:03
@@ -147,7 +147,7 @@ export default class ProjectsController extends Controller {
updateRemainingEffort(changeset) {
if (
changeset.get("project.remainingEffortTracking") &&
!changeset.get("mostRecentRemainingEffort")
this.selectedTask.isNew
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the value of changeset.get("mostRecentRemainingEffort") in case this.selectedTask.isNew === true?

@MitanOmar MitanOmar force-pushed the update-Remaining-effort-when-changing-estimated-time branch from a57d353 to 7ee7144 Compare August 13, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: creating a new task when remaining effort is active
2 participants