After upgrading from 2.9 to 3.0-beta I found a problem with a select form component.

I had a select list with 2 options under 2.9 without a safe key.

After upgrading to 3.x these options where changed to:
0|my first option
1|my second option

The option with key 0 is never submitted and is not selected when I open the result.

I changed the safe keys to:
1|my first option
2|my second option

Now both options can be submitted.

Comments

quicksketch’s picture

Status: Active » Postponed (maintainer needs more info)

I can't reproduce this problem. I'd think it'd actually be visible on new installations as well as upgrades, but in either situation I'm able to submit, view, and edit submissions that have "0" as the key within select lists.

quicksketch’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)