Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Some fixes in structure overriding page#14147
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Some fixes in structure overriding page#14147
Uh oh!
There was an error while loading.Please reload this page.
Conversation
* Use `default_path` instead of `paths` to change translation directory (default_path is anyway added to paths)* Replace `var` by `vendor` in the public directory section
cc9376c tob65212fComparewouterj commentedOct 22, 2020
Hi@l-vo! I was about to merge this PR, but I'm a bit confused by the target branch. If I understandsymfony/symfony#24860 correctly, this option is introduced in Symfony 3.4, is there a reason you submitted this to 4.4? |
l-vo commentedOct 22, 2020
Hi@wouterj, you're right, it seems I made a mistake, I think it's because the second fix ( |
l-vo commentedOct 22, 2020
wouterj commentedOct 22, 2020
Ah, that makes sense. Thanks for your quick research today & proposing this fix a couple weeks ago, Laurent! |
default_pathinstead ofpathsto change translation directory (default_path is anyway added to paths)varbyvendorin the public directory section (I think it's a typo, I don't see whyvarwould be involved when public dir is customized)In the same way, a#14135 targets 3.4 to use
default_pathinstead ofpathsfor templates.