Skip to content

[5.x]: matrix data in global set does not get entrifiëd #18650

@JulieVelghe

Description

@JulieVelghe

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

  1. Get production db (craft 4)
  2. ddev craft up
  3. ddev composer install
  4. ddev craft project-config/remove
  5. ddev craft project-config/apply (--force )
  6. ddev craft migrate/all
  7. 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"

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions