For me resource conflict don't fetch default values for node references in content type settings form properly.

Changed

'#default_value' => variable_get('resource_conflict_fields_equipment_booking', FALSE)

to

'#default_value' => variable_get('resource_conflict_fields_' . $type, FALSE)

Don't have time to submit a patch, but its a very simple fix.

/Regards

Comments

deviantintegral’s picture

Status: Active » Fixed

Thanks for catching that - 'equipment_booking' was the name of the content type on the site I developed this for. It's been committed to the -dev version. In the future, please at least mention the line number and version of the code you found the line on.

Thanks!
--Andrew

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.