Blocks not shown on proposal nodes
douggreen - January 14, 2008 - 16:30
| Project: | Democracy forum |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
The blocks are not displayed on proposal nodes, but are displayed on agenda nodes. The block should be displayed on either of the two node types (proposals and agendas). This happens because the democracy_forum_get_council_term only returns terms in the council. This function is only called in one place, and should return council or proposal terms. So, the attached patch renames the function, and returns the term from either taxonomy.
| Attachment | Size |
|---|---|
| getterm.patch | 1.6 KB |

#1
Attached is a slight tweak to the patch, to display a different title when on proposal nodes.