The export feed icon is missing because the render array contains both a #theme and #type key:

$this->view->feedIcons[] = [
  '#theme' => 'export_icon',
  '#url' => $url,
  '#type' => mb_strtoupper($type),
  // ...
];

This can be fixed by renaming the "type" variable to "format".

Patch forthcoming.

Comments

Matthijs created an issue. See original summary.

matthijs’s picture

Status: Active » Needs review
StatusFileSize
new2.02 KB
ducktape’s picture

Status: Needs review » Reviewed & tested by the community
jhedstrom’s picture

Status: Reviewed & tested by the community » Fixed

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.