-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2993 from WouterJ/issue_2846
Fixed wrong redirection of virtuals -> inherit_data
- Loading branch information
Showing
3 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,8 @@ Form | |
unit_testing | ||
use_empty_data | ||
direct_submit | ||
|
||
.. toctree:: | ||
:hidden: | ||
|
||
use_virtuals_forms |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
How to use the Virtual Form Field Option | ||
======================================== | ||
|
||
As of Symfony 2.3, the ``virtual`` option is renamed to ``inherit_data``. You | ||
can read everything about the new option in ":doc:`/cookbook/form/inherit_data_option`". |
This file contains 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