Closed (fixed)
Project:
Resource Conflict
Version:
5.x-1.0
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2008 at 11:53 UTC
Updated:
12 Jul 2008 at 17:44 UTC
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
Comment #1
deviantintegral commentedThanks 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
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.