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
Getting ready for custom field types, and as hi lighted in #526, we need to fix the "inversion of control" problems with the UpdateHandler.
It currently has hard-coded logic branches to handle the requirements of different built-in field types; these will need to be refactored into a format that field types can register hooks with (or respond to with specific, optional methods).
We're halfway there with things like the getRequestHandler methods on some fields, we just need to finish cleaning it up.
The text was updated successfully, but these errors were encountered:
Getting ready for custom field types, and as hi lighted in #526, we need to fix the "inversion of control" problems with the
UpdateHandler
.It currently has hard-coded logic branches to handle the requirements of different built-in field types; these will need to be refactored into a format that field types can register hooks with (or respond to with specific, optional methods).
We're halfway there with things like the
getRequestHandler
methods on some fields, we just need to finish cleaning it up.The text was updated successfully, but these errors were encountered: