Skip to content

Commit

Permalink
Merge pull request #2993 from WouterJ/issue_2846
Browse files Browse the repository at this point in the history
Fixed wrong redirection of virtuals -> inherit_data
  • Loading branch information
weaverryan committed Oct 5, 2013
2 parents 7a3d2a4 + da94d96 commit 43a5cec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions cookbook/form/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ Form
unit_testing
use_empty_data
direct_submit

.. toctree::
:hidden:

use_virtuals_forms
5 changes: 5 additions & 0 deletions cookbook/form/use_virtuals_forms.rst
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`".
1 change: 0 additions & 1 deletion redirection_map
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@
/components/routing /components/routing/introduction
/cookbook/console/generating_urls /cookbook/console/sending_emails
/components/yaml /components/yaml/introduction
/cookbook/form/use_virtuals_forms /cookbook/form/inherit_data_option
/components/templating /components/templating/introduction

0 comments on commit 43a5cec

Please sign in to comment.