Closed ul8 closed 3 days ago
Hi, thanks for reporting!
I suspect PR #16162 will fix this. If you’d like to test early, you can change your craftcms/cms
requirement in composer.json
to
"craftcms/cms": "5.x-dev#cab2531e1a244ae15d04e122f47d919c83f11772 as 5.5.2",
and run composer update
.
Craft 5.5.3 is out with the fix for this. Thanks again!
What happened?
Description
I have been merging some entry types shared between multiple channel/structure sections without any issues (I merged literally hundreds of entry types with no such problem)
The only issue I get is when trying to merge an entry type that exists both in a single and a channel. I waited for https://github.com/craftcms/cms/pull/16102 to be merged before trying, it seems to not have fixed it
Steps to reproduce
I am running this command:
...where
home_home
is mapped to a single, andhome
to a channel. So I am attempting to merge a singe entry type into a channel entry type.The error I receive is printed below. FYI the site was recently upgraded from Craft 4, and has a multisite setup.
For now I was able to work around the issue by reversing the merge direction (channel into single) and then renaming the entry type afterwards as needed.
Craft CMS version
5.5.2
PHP version
8.3
Operating system and version
ubuntu/ddev
Database type and version
MariaDB 10.4
Image driver and version
No response
Installed plugins and versions