When I select multiple fields, and select either 10, 11 or 12, one of the fields get the correct value, the others are assigned integer "1".

When I select multiple fields, and enter any number from 1-9, all fields update OK.

I have a CCK integer field with Select List widget, and Allowed values list 1, 2, 3.. 12.
Slickgrid has the Popup node form selected, and Multi-edit enabled.

CommentFileSizeAuthor
#1 slickedit view.txt5.11 KBiantresman

Comments

iantresman’s picture

Priority: Normal » Major
StatusFileSize
new5.11 KB

This issue is a little more complicated than I thought. Now, when I Slick edit an integer in one column, it is changing the value of another integer CCK field in another column. Here's my set-up:

Content type: Book page
Additional CCK fields:
1. volume field_volume Integer (select list, no required, allowed values: 1, 2, .. 11)
2. chapter field_chapter Integer (select list, no required, allowed values: 1, 2, .. 20)

Slickedit View:

[Volume column][Chapter column][title]
(Popup node)    (Popup node)  (text cell)
-- no sort; no formatter; no validator; no filter --