-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Forms] fix displaying empty_data
option for hidden field
#13479
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ous) This PR was submitted for the 5.0 branch but it was merged into the 4.4 branch instead (closes #12812). Discussion ---------- Update Associations with fix code-block example <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 1985be6 Update Associations with fix code-block example
* 4.4: Update Associations with fix code-block example
* 5.0: Update Associations with fix code-block example
This PR was merged into the 5.0 branch. Discussion ---------- [Testing] Fix broken link Fix a broken link here : https://symfony.com/doc/current/testing.html#ajax-requests Symfony/Component/BrowserKit/Client has been replaced by Symfony/Component/BrowserKit/AbstractBrowser in 5.0 Commits ------- 0117fe5 Fix broken link
* 5.0: Fix broken link
* 3.4: [FIX] Custom pool
* 4.4: [FIX] Custom pool
* 5.0: [FIX] Custom pool
* 3.4: Add missing prefix/xxxer
* 4.4: Add missing prefix/xxxer
* 5.0: Add missing prefix/xxxer
* 4.4: [Cache] fixed a bad merge
* 5.0: [Cache] fixed a bad merge
…ments (Ioni14) This PR was merged into the 4.4 branch. Discussion ---------- Remove caution section about bind scalar controller arguments This caution section is no longer relevant since 4.1 with symfony/symfony@2c7198c . Commits ------- 717547b Remove caution section about bind scalar controller arguments
* 4.4: Remove caution section about bind scalar controller arguments
* 5.0: Remove caution section about bind scalar controller arguments
…bogusz) This PR was squashed before being merged into the master branch (closes #13316). Discussion ---------- [Form] Add description of label_html option | Q | A | ------------- | --- | Feature PR | symfony/symfony#31375 | PR author(s) | @przemyslaw-bogusz | Merged in | WCM Commits ------- 7a74bb3 [Form] Add description of label_html option
…erface (vadim2991) This PR was merged into the 4.4 branch. Discussion ---------- fix Mercure PublisherStub should be implement PublisherInterface Commits ------- 598f1c1 fix Mercure PublisherStub should be implement PublisherInterface
* 4.4: fix Mercure PublisherStub should be implement PublisherInterface
* 5.0: fix Mercure PublisherStub should be implement PublisherInterface
* 3.4: [Form] Better explicit cloning with "by_reference" option
* 4.4: [Form] Better explicit cloning with "by_reference" option
* 5.0: [Form] Better explicit cloning with "by_reference" option
* 4.4: Update setup.rst - Friendlier phrasing for people choosing not to use th Symfony CLI
* 5.0: Update setup.rst - Friendlier phrasing for people choosing not to use th Symfony CLI
…erj) This PR was merged into the 4.4 branch. Discussion ---------- No longer list the Symfony binary as a requirement Based on the same Slack discussion as #13461, I think we should also change this section a little bit. Instead of listing it as a requirement (and then in the next sections, mention ways to do things without Symfony CLI), I think it's more fair to mention it as a highly recommended tool instead. Commits ------- dfe0cf8 No longer list the Symfony binary as a requirement
* 4.4: No longer list the Symfony binary as a requirement
* 5.0: No longer list the Symfony binary as a requirement
* 3.4: Rephrasing the "If you render your whole" note (2nd attempt) add empty_data to the form HiddenType
* 4.4: Rephrasing the "If you render your whole" note (2nd attempt) add empty_data to the form HiddenType
* 5.0: Rephrasing the "If you render your whole" note (2nd attempt) add empty_data to the form HiddenType
* 4.4: Removed an unused link
* 5.0: Removed an unused link
In the entity listener section, the PHP config docs were using the event_listener tag instead.
* 4.4: Tag name updated
* 5.0: Tag name updated
* 4.4: Missing closing tag for endblock.
* 5.0: Missing closing tag for endblock.
…thout autoconfiguration (pounard) This PR was merged into the 4.4 branch. Discussion ---------- Fixes wrong tag for RouteLoaderInterface registration without autoconfiguration Following #13474 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 13a92be Fixes wrong tag for RouteLoaderInterface registration without autoconfiguration
* 4.4: Fixes wrong tag for RouteLoaderInterface registration without autoconfiguration
* 5.0: Fixes wrong tag for RouteLoaderInterface registration without autoconfiguration
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I made a mistake on my previous PR #13458 which cause new issue #13471.
Fixes #13471.