X Tutup
Skip to content

fix(query): clean-up queryref during dehydration#3948

Closed
rkirov wants to merge 1 commit intoangular:masterfrom
rkirov:dehydrate_query
Closed

fix(query): clean-up queryref during dehydration#3948
rkirov wants to merge 1 commit intoangular:masterfrom
rkirov:dehydrate_query

Conversation

@rkirov
Copy link
Copy Markdown
Contributor

@rkirov rkirov commented Sep 1, 2015

The QueryRef objects persists during dehydration but needs to be
cleaned-up by removing callbacks and previous elements.

Closes #3944

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@tbosch any ideas how to make this more useful?

@rkirov rkirov force-pushed the dehydrate_query branch 2 times, most recently from 0316e9a to c0388a6 Compare September 1, 2015 23:46
@rkirov rkirov assigned vsavkin and unassigned tbosch Sep 1, 2015
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

=== this?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

done

The QueryRef objects persists during dehydration but needs to be
cleaned-up by removing callbacks and previous elements.

Closes angular#3944
@rkirov rkirov added the action: merge The PR is ready for merge by the caretaker label Sep 2, 2015
@mary-poppins
Copy link
Copy Markdown

Merging PR #3948 on behalf of @rkirov to branch presubmit-rkirov-pr-3948.

@mary-poppins mary-poppins removed the action: merge The PR is ready for merge by the caretaker label Sep 2, 2015
@rkirov rkirov closed this in 01cdd31 Sep 2, 2015
@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 Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

QueryList is not reset during dehydration

5 participants

X Tutup