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
While testing the new D9 islandora parts I stumbled across this error when attempting to view a FITS record: Error: Call to undefined method Drupal\file\Entity\File::url() in Drupal\islandora_fits\Plugin\Field\FieldFormatter\FitsFormatter->viewValue() (line 79 of /var/www/html/drupal/web/modules/contrib/islandora_fits/src/Plugin/Field/FieldFormatter/FitsFormatter.php). The url function was deprecated in D8 and was removed in D9.
We should update the offending line and check for any other deprecated code.
While testing the new D9 islandora parts I stumbled across this error when attempting to view a FITS record:
Error: Call to undefined method Drupal\file\Entity\File::url() in Drupal\islandora_fits\Plugin\Field\FieldFormatter\FitsFormatter->viewValue() (line 79 of /var/www/html/drupal/web/modules/contrib/islandora_fits/src/Plugin/Field/FieldFormatter/FitsFormatter.php)
. The url function was deprecated in D8 and was removed in D9.We should update the offending line and check for any other deprecated code.
Tagging #1680 and @ajstanley.
The text was updated successfully, but these errors were encountered: