After upgrading from 8.x-1.x to 8.x-2.x I get the following notice when I rebuild the templates.
Notice: Undefined index: allowfullscreen in Drupal\fotorama_gallery\Plugin\Field\FieldFormatter\FotoramaGalleryFormatter->viewElements() (line 578 of modules/contrib/fotorama_gallery/src/Plugin/Field/FieldFormatter/FotoramaGalleryFormatter.php).
Drupal\fotorama_gallery\Plugin\Field\FieldFormatter\FotoramaGalleryFormatter->viewElements(Object, 'en') (Line: 80)
I tried resetting the field setting but sadly that didn't produce any effect.
Comments
Comment #2
makbeta commentedComment #3
makbeta commentedComment #4
meickolYou can fix it quickly re-saving the field settings, I tried and works, the log error won't appear anymore .
Comment #6
meickolThere is a new release with a fix for this issue https://www.drupal.org/project/fotorama_gallery/releases/8.x-2.0-rc2
Comment #7
makbeta commented@meickol Thank you for the quick fix. Verified that the new code version solves the issue.