-
Notifications
You must be signed in to change notification settings - Fork 684
[5.x]: matrix data in global set does not get entrifiëd #18650
Copy link
Copy link
Closed
Labels
Description
What happened?
Description
Hi, I am in the process of updating a Craft 4.16.9.1 website to a Craft 5.9.16 website. I have noticed something weird when I entrify certain global sets. The content for matrix fields remains empty. For example:
There is a global set named 'navigation' and it has some plain text fields and a matrix field where you can add 'items', which have a label and entry field.
When I entrify the global set, most fields get transferred, but the matrix field doesn't.
Steps to reproduce
- Get production db (craft 4)
- ddev craft up
- ddev composer install
- ddev craft project-config/remove
- ddev craft project-config/apply (--force )
- ddev craft migrate/all
- ddev craft entrify/global-set navigation --section=navigation
Expected behavior
a new 'navigation' section that keeps the content of the matrix field.
Actual behavior
a new 'navigation' section with all content intact, except the matrix field.
Craft CMS version
5.9.16
PHP version
8.2
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
"carlcs/craft-diywidget": "4.1.1",
"craftcms/ckeditor": "4.11.3",
"craftcms/cms": "5.9.16",
"craftcms/element-api": "4.2.0",
"craftcms/feed-me": "6.11.0",
"craftcms/redactor": "4.2.0",
"doublesecretagency/craft-cpcss": "3.0.0",
"elasticsearch/elasticsearch": "v7.17.2",
"ether/seo": "5.0.0",
"nystudio107/craft-code-editor": "1.0.27",
"putyourlightson/craft-entry-count": "4.0.0",
"putyourlightson/craft-sendgrid": "3.0.0",
"putyourlightson/craft-sprig": "3.7.2",
"solspace/craft-freeform": "5.14.22",
"spacecatninja/imager-x": "5.2.1",
"spicyweb/craft-embedded-assets": "5.4.7",
"utakka/redactor-anchors": "1.5.0",
"venveo/craft-compress": "5.0.0",
"verbb/default-dashboard": "3.0.2",
"verbb/super-table": "4.0.5",
"verbb/timber": "2.0.4",
"vlucas/phpdotenv": "v3.6.10"
Reactions are currently unavailable