-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
[ConfigBundle] Fixed variable name, in routing and view, for ConfigController::indexAction. #1419
Conversation
adrianwaler
commented
Dec 20, 2016
Q | A |
---|---|
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Fixed tickets | #1418 |
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.
Don't forget to change the internal_name in the ConfigController
@@ -94,7 +94,7 @@ | |||
}, | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "4.0-dev" | |||
"dev-master": "4.1-dev" |
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.
Don't commit this please
@sandergo90 Internal name was changed here 0cd0239 and that's why it now don't work properly. More about you can read in #1418 |
Hi @adrianwaler Yes I know ;) My comment is on the part of dev-master that you are trying to commit. And "Don't forget to change the internal_name in the ConfigController". Cheers |
4475f31
to
1d68796
Compare
@adrianwaler last think, can you update your commit message to "ConfigBundle" instead of "ConfigBunlde" ? ;) Cheers |
@sandergo90 I got it ^^ I don't know why I didn't find it earlier. Yeah sure, I'll change it. Thanks! |
…ntroller::indexAction
1d68796
to
a5b16ac
Compare
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.
@Devolicious review done, waiting for green tests ;)