Pieter Hoste
Pieter Hoste
Aaaah okay, now I get it. Sorry completely misunderstood your initial post, my bad 🙂
@engcom-November, Adobe definitely maintains all packages under https://github.com/magento-l10n It's extremely weird that version 1.0.0 is the only one of `community-engineering/language-ja_jp` available on repo.magento.com, and all versions that were later created...
The full AC-3556 fix is here: https://github.com/magento/magento2/commit/b2bfd0562c3ea5708fb836347404ce38b57040c4 Unfortunately the fix seems just like a workaround, because this problem might happen again in the future. It's probably wiser if Adobe listens...
Closed without a comment? But I see a bunch of commits mentioning AC-5986, here's the merge commit: https://github.com/magento/magento2/commit/70b864f4b103800784397f14b2887b25e619fad3, so that's probably the fix
Closed without any comments? Possibly fixed by [AC-3178::Order remains in status 'processing' after shipping, if items is get partially refunded](https://github.com/magento/magento2/commit/64d121cc9ca5dc799ecc6cd3cfee7f943acc5e7b)
You'll probably best add the `--no-install` flag to the `create-project` command, after that add the allowed plugins, and finally call `composer install` I think in the way suggested with https://github.com/myselfhimself/docker-magento/commit/6a2fb7e0cc3d959ce7d5a383a27197ba48687d62,...
@tkotosz: you need to close the PR, wait a couple of seconds and then open it again (kind of annoying, but you'll only need to do this for your first...
There's already a PR trying to fix it: https://github.com/markshust/docker-magento/pull/742 It's better because it does version checks of known Magento versions which have this problem. Which is better for the future...
Maybe ask @sergiy-v for assistance to help move the data migration tool to Symfony 5.4? Similar as what was done with https://github.com/magento/magento2/commit/6c18f2e09a09ea481612e83e16f5c31c33cb563f#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34 (It makes not much sense to try to...
Thanks for replying @werfu, I think you are talking about #93. This ticket (92) is about not generating url keys on storeview level if it already exists on default level....