nl_NL is deployed for theme Magento/blankall is deployed (defaults to en_US on a installation without database available)// class Magento\Setup\Console\Command\DeployStaticContentCommand
// line 122
$options[Options::LANGUAGE] = $input->getArgument(Options::LANGUAGES_ARGUMENT) ?: ['all'];
This will always overwrite the option
// class Magento\Deploy\Console\DeployStaticOptions
// line 198-204
new InputOption(
self::LANGUAGE,
'-l',
InputOption::VALUE_IS_ARRAY | InputOption::VALUE_OPTIONAL,
'Generate files only for the specified languages.',
['all']
)
Hi @Swahjak. Thank you for your report.
To help us process this issue please make sure that you provided the following information:
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
@magento-engcom-team give me {$VERSION} instance
where {$VERSION} is version tags (starting from 2.2.0+) or develop branches (2.2-develop +).
For more details, please, review the Magento Contributor Assistant documentation.
@Swahjak do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
@magento-engcom-team give me 2.3.0-alpha instance
Hi @Swahjak. Thank you for your request. I'm working on Magento 2.3.0-alpha instance for you
@Swahjak, thank you for your report.
We've acknowledged the issue and added to our backlog.
Hi @milindsingh. Thank you for working on this issue.
Looks like this issue is already verified and confirmed. But if your want to validate it one more time, please, go though the following instruction:
Component: XXXXX label(s) to the ticket, indicating the components it may be related to.[x] 2. Verify that the issue is reproducible on 2.3-develop branchDetails
- Add the comment @magento-engcom-team give me 2.3-develop instance to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.3-develop branch, please, add the label Reproduced on 2.3.x.
- If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and _stop verification process here_!
[x] 3. Verify that the issue is reproducible on 2.2-develop branch. Details
- Add the comment @magento-engcom-team give me 2.2-develop instance to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.2-develop branch, please add the label Reproduced on 2.2.x
[x] 4. If the issue is not relevant or is not reproducible any more, feel free to close it.
@keharper, please check after holidays
deploy_without_db. It looks like people can do more than described in DevDocs even without this fix but I am not sure that all release lines allow to do these actions.
Merge of this bugfix is a good reason to add missing lines to the documentation. Example of deploying static content for the Magento without db and config and a little remark about situation when it is useful would be more than enough.
Hi @engcom-backlog-andrii. Thank you for working on this issue.
Looks like this issue is already verified and confirmed. But if your want to validate it one more time, please, go though the following instruction:
Component: XXXXX label(s) to the ticket, indicating the components it may be related to.[ ] 2. Verify that the issue is reproducible on 2.3-develop branchDetails
- Add the comment @magento-engcom-team give me 2.3-develop instance to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.3-develop branch, please, add the label Reproduced on 2.3.x.
- If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and _stop verification process here_!
[ ] 3. Verify that the issue is reproducible on 2.2-develop branch. Details
- Add the comment @magento-engcom-team give me 2.2-develop instance to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.2-develop branch, please add the label Reproduced on 2.2.x
[ ] 4. If the issue is not relevant or is not reproducible any more, feel free to close it.
Most helpful comment
@keharper, please check after holidays
deploy_without_db. It looks like people can do more than described in DevDocs even without this fix but I am not sure that all release lines allow to do these actions.
Merge of this bugfix is a good reason to add missing lines to the documentation. Example of deploying static content for the Magento without db and config and a little remark about situation when it is useful would be more than enough.