8000 Minor fixes about bundle overridding by javiereguiluz · Pull Request #7490 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Minor fixes about bundle overridding #7490

New iss 8000 ue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 15, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added the changes suggested by reviewers
  • Loading branch information
javiereguiluz committed Apr 15, 2017
commit c9a52ae0aff186331ff65b7e285238b78c9f19ab
3 changes: 2 additions & 1 deletion bundles/inheritance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ The same goes for routing files and some other resources.
The overriding of resources only works when you refer to resources with
the ``@FOSUserBundle/Resources/config/routing/security.xml`` method.
You need to use the ``@BundleName`` shortcut when refering to resources
so they can be successfully overridden.
so they can be successfully overridden (except templates, which are
overridden in a different way, as explained in :doc:`/templating/overriding`).

.. caution::

Expand Down
4 changes: 2 additions & 2 deletions bundles/override.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ associations. Learn more about this feature and its limitations in
Forms
-----

Existing form types can be modified defining "form type extensions".
For more information, see :doc:`/form/create_form_type_extension`.
Existing form types can be modified defining
:doc:`form type extensions </form/create_form_type_extension>`.

.. _override-validation:

Expand Down
0