- Issue created by @ragnarkurm
When translating Video Embed type of field, the field value is changed to video ID
, as opposed to URL
.
Field value before saving: https://vimeo.com/869535988
Field value after saving: 869535988
When saving a translation, the URL must be saved intact.
Not sure if this qualifies as a fix, but at least the field saves now properly.
In the module replace this:
case 'id': return $url;
It is called from here.
Active
2.5
Video Embed Field (base module)