8000 console config:debug wrong output when using prependExtensionConfig · Issue #12438 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

console config:debug wrong output when using prependExtensionConfig #12438

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

Closed
ghost opened this issue Nov 9, 2014 · 1 comment
Closed

console config:debug wrong output when using prependExtensionConfig #12438

ghost opened this issue Nov 9, 2014 · 1 comment

Comments

@ghost
Copy link
ghost commented Nov 9, 2014

When changing the config of a different Bundle, as described here:
http://symfony.com/doc/current/cookbook/bundles/prepend_extension.html
it works perfect as described.

But when I run "console config:debug" on the Bundle I have changed the configuration for, it does not show my changes via the prependExtensionConfig method and only shows the parameters from the config.yml

So in short: config:debug is not able to debug prependExtensionConfig statements.

PS: I am using Symfony 2.5.6

@davide-romanini
Copy link

This bug is still present in 2.6.1. This significantly limits the usefuleness of the debug:config command, since tipically you need it to cope with complex dynamic configurations.

fabpot added a commit that referenced this issue Mar 23, 2015
…configurations... (aitboudad)

This PR was merged into the 2.6 branch.

Discussion
----------

[FrameworkBundle][debug:config] added support for dynamic configurations...

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Fixed tickets  | #12438
| Tests pass?   | yes
| License       | MIT

Commits
-------

0f9eb7a [FrameworkBundle][debug:config] added support for dynamic configurations.
@fabpot fabpot closed this as completed Mar 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
0