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