spiral-project / daybed

Form validation and data storage API
http://daybed.rtfd.org/
BSD 3-Clause "New" or "Revised" License
53 stars 8 forks source link

Fix the annotation field implementation. #247

Closed almet closed 9 years ago

almet commented 9 years ago

Without this change, especially the "unknown='preserve'" options passed to the Mapping class, all the values passed in addition to the authorized ones would be dropped, and that's not what we want, because having arbitrary values is helpful to add information specific to the business logic.