From 850c6e38cbf36047bf0bf597bc7e5767ab6989d5 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Fri, 27 Dec 2013 16:04:51 -0500 Subject: Issue #1289336 by jthorson, JimmyAx, marcingy, no_commit_credit, rooby | janipuni: Calling node_view for the same node with multiple view modes on the same page does not correctly attach fields. --- modules/node/node.pages.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/node/node.pages.inc') diff --git a/modules/node/node.pages.inc b/modules/node/node.pages.inc index 75ed0ddb8..3daf91d50 100644 --- a/modules/node/node.pages.inc +++ b/modules/node/node.pages.inc @@ -393,7 +393,6 @@ function node_preview($node) { $node->changed = REQUEST_TIME; $nodes = array($node->nid => $node); - field_attach_prepare_view('node', $nodes, 'full'); // Display a preview of the node. if (!form_get_errors()) { -- cgit v1.2.3