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
I have a section with two entry types, 'Feature video' and 'Background video'. Both entry types contain an Asset field videoLandscapeMp4 and in both cases it is a renamed field with the original handle being videoAsset. If I create a new entry using the default entry type (Feature video) everything works as expected. After saving I can also subsequently switch to the 'Background video', and everything works fine. However, when creating a new entry if I immediately switch to the entry type 'Background video' and populate the videoLandscapeMp4 field the value is lost when I try to save.
Entry.type.error.mov
Steps to reproduce
Create a section with two entry types, add the same Asset field to it and in both entry types rename the field to the same handle, and make required.
Create a new entry and select the second entry type.
Hi, thanks for getting in touch! I’m having trouble reproducing this. Any chance you could send your composer.json, composer.lock, and config/project directory to support@craftcms.com so we can try to reproduce and dig deeper?
What happened?
Description
I have a section with two entry types, 'Feature video' and 'Background video'. Both entry types contain an Asset field
videoLandscapeMp4
and in both cases it is a renamed field with the original handle beingvideoAsset
. If I create a new entry using the default entry type (Feature video) everything works as expected. After saving I can also subsequently switch to the 'Background video', and everything works fine. However, when creating a new entry if I immediately switch to the entry type 'Background video' and populate thevideoLandscapeMp4
field the value is lost when I try to save.Entry.type.error.mov
Steps to reproduce
Craft CMS version
5.6.10.2
PHP version
8.3.17
Operating system and version
DDEV
Database type and version
MySQL 8
Image driver and version
No response
Installed plugins and versions
"craftcms/ckeditor": "^4.4.0",
"craftcms/cms": "^5.6.10.2",
"craftcms/postmark": "^3.1.0",
"craftpulse/craft-colour-swatches": "^5.1.0",
"croxton/imgixer": "^3.0.1",
"jalendport/craft-preparse": "^3.0.0-alpha.2",
"nystudio107/craft-seomatic": "^5.1.11",
"nystudio107/craft-vite": "^5.0.1",
"putyourlightson/craft-sprig": "^3.5.2",
"servd/craft-asset-storage": "^4.0.15",
"solspace/craft-freeform": "^5.9.15",
"verbb/hyper": "^2.2.3",
"verbb/image-resizer": "^4.0.2",
"viget/craft-classnames": "^3.0.0",
"vlucas/phpdotenv": "^5.4.0"
The text was updated successfully, but these errors were encountered: