Items from from calendar page view when nid field hidden from display

cafuego - October 22, 2009 - 00:40
Project:Calendar
Version:6.x-2.2
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

I've come across an odd problem where if I don't display the node->nid, nodes will be dropped from the calendar page view.

Actual display of each calendar item is done via some PHP code in a Customfield; as I need to have some node types displayed as links and some not.

I've worked around it by adding a views theme override for the nid field as follows:

<span style='display: none';><?php print $output; ?></span>

That works, but makes Views output horribly invalid HTML, so it's not ideal.

#1

drupal_jon - November 9, 2009 - 17:20

Can confirm the same issue as soon as nid is added as a field but excluded. Resorted to CSS for now as well.

 
 

Drupal is a registered trademark of Dries Buytaert.