gaiaresources / ala-citizenscience

Automatically exported from code.google.com/p/ala-citizenscience
1 stars 4 forks source link

MULTI_CHECKBOX and MULTI_SELECT attribute type does not properly populate the widgets when the attribute option is missing #388

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce.

1. Create a MULTI_CHECKBOX or MULTI_SELECT attribute with the values 'a', 'b', 
'c'.
2. Make a record and save value 'a' and 'b'.
3. Edit the survey and remove the attribute option 'a'.
4. Edit the previously saved record, the dropdown will be missing 'a'. 'b' will 
still be correctly selected.

Instead we want to add the option 'a' to the widget and make sure it is 
selected along with 'b'.

Original issue reported on code.google.com by aaron.lo...@gmail.com on 8 Jan 2013 at 6:18