Skip to content

Commit 43a5cec

Browse files
committed
Merge pull request #2993 from WouterJ/issue_2846
Fixed wrong redirection of virtuals -> inherit_data
2 parents 7a3d2a4 + da94d96 commit 43a5cec

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

cookbook/form/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ Form
1414
unit_testing
1515
use_empty_data
1616
direct_submit
17+
18+
.. toctree::
19+
:hidden:
20+
21+
use_virtuals_forms

cookbook/form/use_virtuals_forms.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
How to use the Virtual Form Field Option
2+
========================================
3+
4+
As of Symfony 2.3, the ``virtual`` option is renamed to ``inherit_data``. You
5+
can read everything about the new option in ":doc:`/cookbook/form/inherit_data_option`".

redirection_map

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@
2020
/components/routing /components/routing/introduction
2121
/cookbook/console/generating_urls /cookbook/console/sending_emails
2222
/components/yaml /components/yaml/introduction
23-
/cookbook/form/use_virtuals_forms /cookbook/form/inherit_data_option
2423
/components/templating /components/templating/introduction

0 commit comments

Comments
 (0)