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') {

Comments

nsciacca’s picture

Status: Active » Needs review
jonhattan’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new844 bytes

yes, it outputs the children nodes' fieldset even if it's empty. Patch works but is missing a whitespace before {. Attached a new one.

davea’s picture

Assigned: Unassigned » davea
Status: Reviewed & tested by the community » Fixed

This is now committed.

davea’s picture

Status: Fixed » Closed (fixed)