-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
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
added app_ prefix to form type names #5798
Conversation
@@ -1173,7 +1173,7 @@ easy to use in your application. | |||
|
|||
# src/AppBundle/Resources/config/services.yml | |||
services: | |||
app.form.type.task: | |||
app.form.type.app_task: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would not change this here (we already have the app.
prefix).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, i changed the code
We should make this change in the |
1e78371
to
2ef2567
Compare
2ef2567
to
3fa821a
Compare
any news on this PR? |
@@ -311,14 +311,14 @@ the ``genders`` parameter value as the first argument to its to-be-created | |||
arguments: | |||
- "%genders%" | |||
tags: | |||
- { name: form.type, alias: gender } | |||
- { name: form.type, alias: app_gender } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The getName()
bundle at the top of the article must be updated too.
I've rebased this PR on top of 2.3 and updated the Thank you for fixing this @OskarStark! 🎄 |
Good Job 👍 Am Samstag, 19. Dezember 2015 schrieb Wouter J :
|
refs #5077
I'm not really sure about the changes of the
alias
names...ping @xabbuh
Greetings from Symfony Live Berlin 2015 - Hack Day 😄