You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Work started in f45d49e on SimpleField, GeolocationField, and LinkField classes, with tests in field_tests_values.py. Need to figure out how remove_invalid_values() will work with 1-cardinality creates/updates.
Validating entity reference and typed relation values will likely need a hot Drupal, so we'll need to figure out how to configure host, username, and password in tests.
Reviewing this feature again. For every field type, we want to, in this order:
remove invalid values. We never alter values (e.g. truncate text longer than allowed) except for title; instead, we do not populate the field (or value instance in multivalued fields) and just log that we haven't populated the field.
Now that #417 is done, any incoming values that are invalid ETDF, link, geocordinates, etc. should be filtered out. Related issue #387.
The text was updated successfully, but these errors were encountered: