From da94d961d65af877b26727a8f6c63266eb225818 Mon Sep 17 00:00:00 2001 From: WouterJ Date: Wed, 18 Sep 2013 18:06:01 +0200 Subject: [PATCH] Fixed wrong redirecting --- cookbook/form/index.rst | 5 +++++ cookbook/form/use_virtuals_forms.rst | 5 +++++ redirection_map | 1 - 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 cookbook/form/use_virtuals_forms.rst diff --git a/cookbook/form/index.rst b/cookbook/form/index.rst index d148a76ac55..5aea7405d4c 100644 --- a/cookbook/form/index.rst +++ b/cookbook/form/index.rst @@ -14,3 +14,8 @@ Form unit_testing use_empty_data direct_submit + +.. toctree:: + :hidden: + + use_virtuals_forms diff --git a/cookbook/form/use_virtuals_forms.rst b/cookbook/form/use_virtuals_forms.rst new file mode 100644 index 00000000000..9f8ed394cff --- /dev/null +++ b/cookbook/form/use_virtuals_forms.rst @@ -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`". diff --git a/redirection_map b/redirection_map index 98f19697f46..36dd9800c63 100644 --- a/redirection_map +++ b/redirection_map @@ -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