shopware icon indicating copy to clipboard operation
shopware copied to clipboard

Shopware 5 core

Results 70 shopware issues
Sort by recently updated
recently updated
newest added

### 1. Why is this change necessary? The wrong behaviour with product paging and browser history back button. Data in the listing doesn't change when you use the history back...

Scheduled

### 1. Why is this change necessary? After SW-26513 numbers are no longer allowed in naming of content types ### 2. What does this change do, exactly? Changes regex to...

prevent deprecation message in php8.1 ### 1. Why is this change necessary? To remove the following deprecation message: ``` ./bin/console sw:theme:cache:generate Generating new theme cache for shop "Gandalf" ... PHP...

Scheduled

### Description https://github.com/shopware5/shopware/actions/runs/7771045464/job/21192188977 ``` @captchaInactive @evaluations Scenario: I can write an evaluation # Tests/Frontend/Detail/detail.feature:62 Given I am on the detail page for article 100 # Shopware\Tests\Mink\Tests\Frontend\Detail\bootstrap\DetailContext::iAmOnTheDetailPageForArticle() Then I follow "Bewertungen"...

At the moment, we build up multiple data connection to MySQL. This lead to too many connections and moreover an overhead for building up the connections. Instead of creating a...

Since https://github.com/doctrine/orm/releases/tag/2.16.0 our implementation does not work anymore with the Doctrine ORM Find the issue, caused by this MR on doctrine side: https://github.com/doctrine/orm/pull/10547 According to investigations made so far, it...

### 1. Why is this change necessary? Media name and description are not correctly mapped. ### 2. What does this change do, exactly? * Fix the hydration and conversion of...

Incomplete
review

Changed plugin.xsd to ensure compatibility with newer libxml2 versions. Fixes > complex type 'pluginType': The content model is not determinist

Incomplete

the product data in sExport is queried by a big SQL. this should be replaced with the ProductServices we have Evaluate if this could be done in a bugfix release,...