If more than one location is selected in the geoparser form, but the content type and field have been set up to receive only one value, the form silently adds only one value from the form. If the location field has been set as required, but no geolocations have been selected, the form silently fails.
Add checking against the defined field and content type to appropriately warn users if they have made a selection which is invalid.
See attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | validation.patch | 1.45 KB | alasda |
| validation.patch | 1.19 KB | alasda |
Comments
Comment #1
alasda commentedRe-rolledg to check against all field definitions.
Comment #2
alasda commentedfixed in head