diff --git a/_build/redirection_map b/_build/redirection_map index fd1d1102822..f9b02ef98ac 100644 --- a/_build/redirection_map +++ b/_build/redirection_map @@ -262,7 +262,7 @@ /cookbook/upgrade/minor_version /setup/upgrade_major /cookbook/upgrade/patch_version /upgrade/bundles /cookbook/validation/custom_constraint /validation/custom_constraint -/cookbook/validation/group_service_resolver /validation/group_service_resolver +/cookbook/validation/group_service_resolver /form/validation_group_service_resolver /cookbook/validation/index /validation /cookbook/validation/severity /validation/severity /cookbook/web_server/built_in /setup/built_in_web_server @@ -339,3 +339,4 @@ /service_container/third_party /service_container /templating/templating_service /templates /components/http_foundation/trusting_proxies /request/load_balancer_reverse_proxy +/validation/group_service_resolver /form/validation_group_service_resolver diff --git a/form/button_based_validation.rst b/form/button_based_validation.rst index 4a28aaad405..925d1dcdd40 100644 --- a/form/button_based_validation.rst +++ b/form/button_based_validation.rst @@ -36,4 +36,4 @@ large or whether you tried to submit text in a number field. .. seealso:: To see how to use a service to resolve ``validation_groups`` dynamically - read the :doc:`/validation/group_service_resolver` article. + read the :doc:`/form/validation_group_service_resolver` article. diff --git a/validation/group_service_resolver.rst b/form/validation_group_service_resolver.rst similarity index 94% rename from validation/group_service_resolver.rst rename to form/validation_group_service_resolver.rst index bf731b9613a..79d0791d1eb 100644 --- a/validation/group_service_resolver.rst +++ b/form/validation_group_service_resolver.rst @@ -1,5 +1,5 @@ -How to Dynamically Configure Validation Groups -============================================== +How to Dynamically Configure Form Validation Groups +=================================================== Sometimes you need advanced logic to determine the validation groups. If they can't be determined by a simple callback, you can use a service. Create a