Skip to content

fix(forms): Make sure statusChanges is emitted#57098

Closed
JeanMeche wants to merge 1 commit intoangular:mainfrom
JeanMeche:fix/forms-status-emit
Closed

fix(forms): Make sure statusChanges is emitted#57098
JeanMeche wants to merge 1 commit intoangular:mainfrom
JeanMeche:fix/forms-status-emit

Conversation

@JeanMeche
Copy link
Copy Markdown
Member

In the cases multiple updates with emitEvent:false were requests, shouldHaveEmitted wasn't passed correctly and and requests updates were trashed. This commit fixes this.

Fixes #56999

In the cases multiple updates with `emitEvent:false` were requests, `shouldHaveEmitted` wasn't passed correctly and and requests updates were trashed.
This commit fixes this.

Fixes angular#56999
@JeanMeche JeanMeche requested a review from dylhunn July 23, 2024 13:42
@ngbot ngbot bot added this to the Backlog milestone Jul 23, 2024
@JeanMeche JeanMeche requested review from kirjs and removed request for dylhunn March 5, 2025 20:22
Copy link
Copy Markdown
Contributor

@thePunderWoman thePunderWoman left a comment

Choose a reason for hiding this comment

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

LGTM

@thePunderWoman thePunderWoman removed the request for review from kirjs March 5, 2025 20:23
@thePunderWoman thePunderWoman added action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release labels Mar 5, 2025
@AndrewKushnir
Copy link
Copy Markdown
Contributor

@thePunderWoman this looks like a risky change and we'd probably need a TGP for this. Could you please run a TGP when you get a chance?

@AndrewKushnir AndrewKushnir added requires: TGP This PR requires a passing TGP before merging is allowed action: global presubmit The PR is in need of a google3 global presubmit and removed action: merge The PR is ready for merge by the caretaker labels Mar 5, 2025
@pullapprove pullapprove bot added action: merge The PR is ready for merge by the caretaker action: global presubmit The PR is in need of a google3 global presubmit and removed action: global presubmit The PR is in need of a google3 global presubmit requires: TGP This PR requires a passing TGP before merging is allowed action: merge The PR is ready for merge by the caretaker labels Mar 5, 2025
@thePunderWoman thePunderWoman added the requires: TGP This PR requires a passing TGP before merging is allowed label Mar 5, 2025
@pullapprove pullapprove bot removed the requires: TGP This PR requires a passing TGP before merging is allowed label Mar 5, 2025
@thePunderWoman
Copy link
Copy Markdown
Contributor

TGP

@AndrewKushnir AndrewKushnir added target: major This PR is targeted for the next major release and removed target: patch This PR is targeted for the next patch release labels Mar 6, 2025
@thePunderWoman thePunderWoman added action: merge The PR is ready for merge by the caretaker merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note and removed action: global presubmit The PR is in need of a google3 global presubmit labels Mar 6, 2025
@thePunderWoman
Copy link
Copy Markdown
Contributor

Caretaker note: The TGP is green. This is ready to merge.

@AndrewKushnir
Copy link
Copy Markdown
Contributor

This PR was merged into the repository by commit 81fe053.

The changes were merged into the following branches: main

@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Apr 6, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: forms merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note target: major This PR is targeted for the next major release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Form events with async validators doesn't emit StatusChangeEvent

3 participants