Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • NetiNextToolKit NetiNextToolKit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • shopware6
  • labs
  • NetiNextToolKitNetiNextToolKit
  • Merge requests
  • !42

Merged
Created Jul 16, 2026 by Dmitrij Rebrov@drebrovMaintainer3 of 5 tasks completed3/5 tasks

#86carvva7 - Fixes migration error for navigation

  • Overview 2
  • Commits 2
  • Pipelines 2
  • Changes 6

1. Why is this change necessary?

This change is a bug fix addressing a migration error that could occur during plugin installation or update. The error was caused by a missing category version reference for the additional navigation.

2. What does this change do, exactly?

This change resolves the identified migration error by ensuring the correct handling of category version references for additional navigation during plugin installation or updates. It also updates the plugin's version to 7.2.3.

3. Describe each step to reproduce the issue or behavior.

  • get a shop with mysql 8.4 (or not)

Test1:

  • install plugin in 7.2.2
  • set up some categories as navigations
  • checkout this MR
  • update plugin
  • check if it works still

Test2:

  • checkout this MR and install it directly
  • check if it also works

4. Please link to the relevant issues (if any).

https://app.clickup.com/t/90151222202/86carvva7

5. Checklist

  • I have updated the plugin version and changelog
  • I have updated the manual / created a manual update merge request
  • I have updated the shopware store information
  • I can confirm the code style fits our requirements
  • I can confirm that no debug output is generated anywhere

6. Release Notes

Fixed a migration error that could occur when installing or updating the plugin, caused by a missing category version reference for the additional navigation.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: sw67/fix/86carvva7-versionI-for-category