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
FieldLookup is used to cache values loaded from stored fields for scripts
or value fetchers. It still has leftover code from when it needed to support
multiple data types, and has different caches for single or multiple values,
all of which are now unnecessary. This PR removes all the extra indirection
in favour of a simple object list cache.
0 commit comments