Skip to content

Commit

Permalink
Issue #2868890 by manicato, arx-e: Flexslider field formatter failure…
Browse files Browse the repository at this point in the history
… in Views
  • Loading branch information
git authored and Agnes Chisholm committed Jun 18, 2020
1 parent 30173d8 commit 3727816
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ public function settingsForm(array $form, FormStateInterface $form_state) {
public function viewElements(FieldItemListInterface $items, $langcode) {

$images = parent::viewElements($items, $langcode);

return $this->viewImages($images, $this->getSettings());
$elements[] = $this->viewImages($images, $this->getSettings());
return $elements;

}

Expand Down

0 comments on commit 3727816

Please sign in to comment.