You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
…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.
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
The text was updated successfully, but these errors were encountered: