- 🇬🇧United Kingdom joachim
I've committed this, and made some further fixes.
One major change I made is that list plugins must now specify which field types they work with. Otherwise, you could use the US states plugin with a list_integer field, and then you'd be trying to save strings into an int DB field -- I don't know if form validation would just block you from ever saving the entity, or whether you'd crash the DB, but either way, not good!
Automatically closed - issue fixed for 2 weeks with no activity.