mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
69928631fe
In getField we check if the field we are getting is currently lazy (unloaded), and load it if it is. This was only working for simple fields though - composite fields like Money werent working