#86c8vvc02 - Change type per sql
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