Loading src/Plugin/views/display/DataExport.php +2 −0 Original line number Diff line number Diff line Loading @@ -619,11 +619,13 @@ class DataExport extends RestExport { } if ($plugin = $clone->display_handler->getPlugin('style')) { if ($clone->hasUrl()) { $plugin->attachTo($build, $display_id, $clone->getUrl(), $title); foreach ($clone->feedIcons as $feed_icon) { $this->view->feedIcons[] = $feed_icon; } } } // Clean up. $clone->destroy(); Loading Loading
src/Plugin/views/display/DataExport.php +2 −0 Original line number Diff line number Diff line Loading @@ -619,11 +619,13 @@ class DataExport extends RestExport { } if ($plugin = $clone->display_handler->getPlugin('style')) { if ($clone->hasUrl()) { $plugin->attachTo($build, $display_id, $clone->getUrl(), $title); foreach ($clone->feedIcons as $feed_icon) { $this->view->feedIcons[] = $feed_icon; } } } // Clean up. $clone->destroy(); Loading