Commit 3b00c840 authored by Steven Jones's avatar Steven Jones
Browse files

[#3447012] fix: Does not work with data aggregation + paging

By: tlwatson
By: tr
By: dieterholvoet
By: steven jones
By: vladimiraus
parent d15b5ff7
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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();