Closed FrancescAlted closed 3 months ago
Right now, whenever a a field is retrieved from a Proxy object via Proxy.fields[field_name], one has to manually fetch data prior to that. This should be done automatically, without any need of a manual fetch.
Proxy.fields[field_name]
Right now, whenever a a field is retrieved from a Proxy object via
Proxy.fields[field_name]
, one has to manually fetch data prior to that. This should be done automatically, without any need of a manual fetch.