Lars Kemper
Lars Kemper
resolves [#13015](https://github.com/shopware/shopware/issues/13015) related https://github.com/shopware/shopware/pull/13587 ## Summary Introduces the new ui to resolve user-fixable migration errors grouped by code/entity/field. ==> [screen design](https://www.figma.com/design/V0y1816pt26PeSYYORSxNy/Migration?node-id=1246-13293) ==> [cloud version](https://ci-20251126-1310-dhawan-clicky-platform.swstage.store/admin): settings > migration (please do not...
resolves https://github.com/shopware/shopware/issues/13671 #### Changes: - package annotation `after-sales` => `fundamentals@after-sales` - `MigrationFix` services => `ErrorResolution` services - moved all relevant backend classes to the same domain `ErrorResolution` - renamed migration...
resolves https://github.com/shopware/shopware/issues/13670 This pull request introduces a fingerprinting mechanism for migration connections to prevent duplicate source system connections. #### Changes: - Added a new `sourceSystemFingerprint` column to the `swag_migration_connection` table....
test for #53 ### js - [x] `migration.store` - [x] `swag-migration.api.service` - [x] `swag-migration-error-resolution.service` - [x] `swag-migration-error-resolution-details-modal` - [x] `swag-migration-error-resolution-field-relation` - [x] `swag-migration-error-resolution-field-scalar` - [x] `swag-migration-error-resolution-field-unhandled` - [x] `swag-migration-error-resolution-field` -...
resolves [#11808](https://github.com/shopware/shopware/issues/11808)
part of [#11883](https://github.com/shopware/shopware/issues/11883)
### Technical TODO ### Actual Behavior - getAllLogIds(...) returns all matching IDs without pagination. - UI may attempt to load and manage potentially millions of IDs for “select all,” causing...