Hello!
I’ve just stumbled across something that is starting to cause me problems. The entry versioning functionality in EE2 doesn’t appear to be giving the Fieldtype API any respect at all; it’s totally ignoring it and pulling the straight $_POST data. While this is usually fine, I’ve got a custom add-on that reformats the data to save into the database in the fieldtype->save() method. This causes problems when my add-on expects to receive the DB-formatted data in fieldtype->display_field() but actually gets the raw $_POST data.
Is this something that can be changed?
Thanks, and my best,
Jamie
Edit: Hell, if you haven’t got the time but are happy to integrate changes, I’m more than happy to fix this myself and let you guys put it in the source.