Displaying 1 result from an estimated 1 matches for "talent_type_id".
2006 Oct 16
3
Saving many_to_many
...>
My problem is that the talent isn''t being updated w/ the checked or
unchecked fields. The returned PARAMS could look like this:
commit: Save
action: edit
talent: !map:HashWithIndifferentAccess
title: Casting Director
id: "2"
talent_type: !map:HashWithIndifferentAccess
talent_type_id: "1"
controller: talent
vital_stat: !map:HashWithIndifferentAccess
"2": "0"
"3": "0"
"4": "1"
which means there are three checkboxes, the last being checked - but my
talent always shows all 3 as checked (meaning its not up...