Unverified Commit 2d3b4c3e authored by Richard Papp's avatar Richard Papp Committed by Jonathan Hedstrom
Browse files

Issue #3135831 by boromino: Feed icon is displaying irrespective of view...

Issue #3135831 by boromino: Feed icon is displaying irrespective of view access parameter in attached page
parent 4b9ceaf2
Loading
Loading
Loading
Loading
+4 −0
Changes for src/Plugin/views/display/DataExport.php: 4 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -542,6 +542,10 @@ class DataExport extends RestExport {
      return;
    }

    if (!$this->access()) {
      return;
    }

    // Defer to the feed style; it may put in meta information, and/or
    // attach a feed icon.
    $clone->setArguments($this->view->args);