Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8745fbc

Browse files
committed
minor#10950 FOSUserBundle overwritten (arthur-nora)
This PR was submitted for the 4.2 branch but it was merged into the 4.1 branch instead (closes#10950).Discussion----------FOSUserBundle overwrittenI had to use "FOSUser" and not "FOSUserBundle" when overwriting the The Default login.html.twig, otherwise Symfony would raise the " there are no registered paths for namespace "!FOSUserBundle"" error.<!--If your pull request fixes a BUG, use the oldest maintained branch that containsthe bug (seehttps://symfony.com/roadmap for the list of maintained branches).If your pull request documents a NEW FEATURE, use the same Symfony branch wherethe feature was introduced (and `master` for features of unreleased versions).-->Commits-------b390ed4 FOSUserBundle overwritten
2 parentsb14e126 +b390ed4 commit8745fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎bundles/override.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ extend from the original template, not from the overridden one:
4545
4646
{# templates/bundles/FOSUserBundle/Registration/confirmed.html.twig #}
4747
{# the special '!' prefix avoids errors when extending from an overridden template #}
48-
{% extends "@!FOSUserBundle/Registration/confirmed.html.twig" %}
48+
{% extends "@!FOSUser/Registration/confirmed.html.twig" %}
4949
5050
{% block some_block %}
5151
...

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp