Jonas Elfering
Jonas Elfering
Thanks for reporting the issue, it should be fixed now by this commit: https://github.com/shopware/platform/commit/2e46cd7f9166bc8666838c7d18256cc0f54e311c The fix will be included in the upcoming minor and the new major release, if you...
Hey @schliesser, thanks for your contribution! :blue_heart: But just changing the template file is not enough to actually change the used mail template, because the template can edited at runtime...
Hey @akf-bw thanks for your contribution! There was already a similiar PR here: https://github.com/shopware/shopware/pull/2389 However deprecation and break strategy can be a hassle when we want to move code from...
Hey @JoshuaBehrens, thanks for the PR! We were just wondering if this may lead to surprising cases, because this now deletes stuff "magically". What do you think about making this...
Thanks again for your contribution, your PR was merged! :tada: :blue_heart:
An alternative solution might be adding explicit `moveDirectory()` and `copyDirectory()` methods, similar to the existing `delete()` and `deleteDirectory()` methods as Object storage like s3 don't really have "directories", so you...
Hey @niro08 the issue is that you used a different email address in the commit, that is not associated with your github account (but with another github account). So either...
Hey @AltayAkkus, thanks for your contribution! :tada: :blue_heart: But in order to proceed with your PR please sign the [Contributor License Agreement](https://cla-assistant.io/shopware/platform?pullRequest=2891). And please take a look at the comments...
Hey, thanks for raising the issue, but actually we are not affected by that deprecation as Doctrine has two QueryBuilder classes. One from the ORM project, that is the one...
What do you want to achieve and where exactly do you need the block? Because there is already an block two lines above the line you reference and every content...