Active
Project:
Slickgrid
Version:
6.x-1.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2011 at 00:05 UTC
Updated:
29 Jun 2011 at 12:31 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | slickedit view.txt | 5.11 KB | iantresman |
Comments
Comment #1
iantresman commentedThis 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: