Closed (fixed)
Project:
Drupal core
Version:
6.0-beta1
Component:
forum.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2007 at 22:56 UTC
Updated:
22 Oct 2007 at 08:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
gábor hojtsyConfirmed. Poll are not showing their content when
- categorized into a forum term and
- viewed on the regular node/$nid page
When viewed with a teaser list, the poll is properly shown.
Comment #2
desbeers commentedA one line patch for this issue. Forum_nodeapi('view') is calling node_prepare again. This is already done by function node_build_content() who's calling the nodeapi('view') after that.
Comment #3
desbeers commentedOops, proper status....
Comment #4
bloomaniac commentedWorks great for me.
Comment #5
gábor hojtsyGreat, thanks. Committed.
Comment #6
(not verified) commented