Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[FrameworkBundle][Serializer] Add option to register a circular_reference_handler#22011
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[FrameworkBundle][Serializer] Add option to register a circular_reference_handler#22011
Uh oh!
There was an error while loading.Please reload this page.
Conversation
cbdc24d to0a638f5CompareThis is added bysymfony/symfony#22011This commit also fix missing serializer related missing options in the yamlconfig example.
nicolas-grekas left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍
dunglas left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍 great new feature! But can you add a test?
fabpot commentedMar 22, 2017
Thank you@lyrixx. |
… circular_reference_handler (lyrixx)This PR was merged into the 3.3-dev branch.Discussion----------[FrameworkBundle][Serializer] Add option to register a circular_reference_handler| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | yes| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | -| License | MIT| Doc PR | ----Right now, it's quite hard (especially for new comers) to register a CircularReferenceHandler:---This PR introduce an option to wire a service to the internal Object Normalizer.Commits-------0a638f5 [FrameworkBundle][Serializer] Add option to register a "circular_reference_handler"
…option to reference: circular_reference_handler (Nek-)This PR was merged into the master branch.Discussion----------[FrameworkBundle][Serializer] Add new framework bundle option to reference: circular_reference_handlerThis PR provides documentation for this other PRsymfony/symfony#22011It should not be merged before the related Symfony PR is merged.It also fixes missing options in the example YAML config file.Commits-------964c31e Add new framework bundle option to reference: circular_reference_handler
…rence_handler (dunglas)This PR was merged into the 3.4 branch.Discussion----------[FrameworkBundle] Add missing XML config for circular_reference_handler| Q | A| ------------- | ---| Branch? | 3.3| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no <!-- don't forget to update UPGRADE-*.md files -->| Tests pass? | yes| Fixed tickets | n/a| License | MIT| Doc PR | n/a* Add missing XML config for circular_reference_handler (#22011)* Add testsCommits-------611ff59 [FrameworkBundle] Add missing XML config for circular_reference_handler. Add tests.
Right now, it's quite hard (especially for new comers) to register a CircularReferenceHandler:
This PR introduce an option to wire a service to the internal Object Normalizer.