Closed (fixed)
Project:
Node Relativity
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Jan 2010 at 18:37 UTC
Updated:
3 Aug 2010 at 01:14 UTC
Jump to comment: Most recent file
The output for themeing the child nodes of a parent node doesn't check to see if the "hide this child type" option is selected and always outputs content. See patch below for fix. Alternatively, edit the following manually:
relativity.module - line 1584
find: else {
replace with: else if ($child_display_option != 'hide') {
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | relativity-698202.patch | 844 bytes | jonhattan |
| relativity_patch_ns1.patch | 414 bytes | nsciacca |
Comments
Comment #1
nsciaccaComment #2
jonhattanyes, it outputs the children nodes' fieldset even if it's empty. Patch works but is missing a whitespace before {. Attached a new one.
Comment #3
davea commentedThis is now committed.
Comment #4
davea commented