Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
7.x-2.x-dev
Component:
content.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2009 at 19:38 UTC
Updated:
25 Jun 2013 at 20:33 UTC
The field configuration form (admin/build/node-type/NODETYPE/fields/FIELDNAME) includes the instance settings at the top and some field (non-instance) settings (cardinality and whatever the field type defines as a field setting as opposed to a widget setting) at the bottom. Changes to field settings aren't saving. This makes it impossible to set cardinality to anything other than 1. We need to either update cck_field_edit_form_submit() to save the cardinality and other field settings, or move the cardinality and other field settings exclusively to the admin/build/node-type/NODETYPE/fields/FIELDNAME/field-settings form.
Comments
Comment #1
bjaspan commentedsubscribe
Comment #2
karens commentedI fixed this the other day.
Comment #4
anybodyHow did you fix it, please?