Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • P PluginInstaller
  • 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 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • shopware6
  • labs
  • PluginInstaller
  • Merge requests
  • !7

Open
Created Mar 17, 2026 by Dmitrij Rebrov@drebrovDeveloper2 of 5 tasks completed2/5 tasks
  • Report abuse
Report abuse

#86c8vvc02 - Change type per sql

  • Overview 1
  • Commits 1
  • Changes 1

1. Why is this change necessary?

Since SW6.7.7.0 the type of custom fields can not be changed

2. What does this change do, exactly?

  • adjusted code for installer of the fields
  • we collect existing fields, sort out fields where the type did not change and change the type per sql to avoid problems

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

  • have SW6.7.7.0 or higher
  • checkout this branch/code and copy the changes in your vendor/entinventors/plugin-installer
  • have a custom fields plugin f.e. DivestoreCustomFields
  • change a type of a field f.e. from CustomFieldTypes::BOOL to CustomFieldTypes::CHECKBOX
  • run update via bin/console plugin:update
  • with the new code the type can be changed,

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

https://app.clickup.com/t/86c8vvc02

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

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: sw67/fix/86c8vvc02-custom-fields-installer-type