You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is working as expected. Craft will only consolidate custom field columns across multiple entry types if their handle hasn’t been overridden. Otherwise the field will be identified by its field instance UUID, which is going to be unique for each entry type.
If you’d like each of these fields to share the same column, remove their overridden handles. If that’s not possible because the same field already exists in the layout with the default handle, you can create a new custom field to hold that data instead. You can then migrate the existing field values over to the new field using this command:
What happened?
Description
Matrix fields set to view as Element Index show multiple columns of the same field.
Steps to reproduce
myTextField
myTextField
columns to index (there will be two of them)Expected behavior
If a field has the same handle, the content will show in that column, even if it has been overwritten
Actual behavior
Fields with the same handle show in different columns because the handle has been changed
Craft CMS version
5.4.5
PHP version
No response
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered: