- πΊπ¦Ukraine _shy Ukraine, Lutsk πΊπ¦
This is already fixed - π VideoJsPlayerFormatter::isApplicable() needlessly loads entity form displays which can throw exceptions Fixed
Discovered this after exporting a number of bundle fields to default config, and getting the following errors when accessing the
manage display tab for a custom entity.
Error: Call to a member function getBaseId() on null in /var/www/doris/web/modules/composer/videojs/src/Plugin/Field/FieldFormatter/VideoJsPlayerListFormatter.php on line 71
Error: Call to a member function getBaseId() on null in /var/www/doris/web/modules/composer/videojs/src/Plugin/Field/FieldFormatter/VideoJsPlayerFormatter.php on line 196
Sorry it's difficult to identify exactly what triggered it.
However, the code that throw's the error is dead and unused, and needs removal in any case.
Patch to follow.
Closed: won't fix
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This is already fixed - π VideoJsPlayerFormatter::isApplicable() needlessly loads entity form displays which can throw exceptions Fixed