- ๐ฌ๐งUnited Kingdom catch
It's a bug in the upgrade path, reclassified ๐ Remove unused file_file_video_presave() Active as a critical bug.
- ๐ฆ๐บAustralia kim.pepper ๐โโ๏ธ๐ฆ๐บSydney, Australia
Hmm. If it's not a hook then I assume it's not getting called. We already have a post-update hook for setting default values, so I guess it's dead code. Created a follow up ๐ Remove unused file_file_video_presave() Active to remove.
- ๐จ๐ญSwitzerland berdir Switzerland
This added a file_file_video_presave() hook, but that's not a thing at all, because there's no such thing as a file_video entity type. It's also a legacy hook function.
I guess this should be a entity_view_display_presave() hook that checks for something using that formatter, but that's a lot of complexity for something as banal as fixing up a missing key in default config.