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
Getting a lot of these as the various camel bits are trying to get things done:
Message | Error: [] operator not supported for strings in Drupal\islandora\Plugin\ContextReaction\JsonldTypeAlterReaction->execute() (line 59 of /var/www/html/drupal/web/modules/contrib/islandora/src/Plugin/ContextReaction/JsonldTypeAlterReaction.php) -- | --
Did some digging and it turns out to always be for Extracted Text media, which don't seem to have an rdf mapping! We should give it one. We should also make sure JsonldTypeAlterReaction can handle the situation where rdf:type is a string and not an array.
The text was updated successfully, but these errors were encountered:
Getting a lot of these as the various camel bits are trying to get things done:
Message | Error: [] operator not supported for strings in Drupal\islandora\Plugin\ContextReaction\JsonldTypeAlterReaction->execute() (line 59 of /var/www/html/drupal/web/modules/contrib/islandora/src/Plugin/ContextReaction/JsonldTypeAlterReaction.php) -- | --
Did some digging and it turns out to always be for Extracted Text media, which don't seem to have an rdf mapping! We should give it one. We should also make sure
JsonldTypeAlterReaction
can handle the situation where rdf:type is a string and not an array.The text was updated successfully, but these errors were encountered: