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
{{ message }}
This repository has been archived by the owner on May 21, 2024. It is now read-only.
If a resolver fails, a ResolverError is raised (in foreign_key_lookup_transform.rb#L47).
This exception is catched in engine.rb#L385, but nil has not been set to the field (row[name] has not been updated line 382 because of the exception).
Is this the excepted behavior and the doc is wrong or is it a bug? (and I probably could propose a PR)
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
If a resolver fails, a ResolverError is raised (in foreign_key_lookup_transform.rb#L47).
This exception is catched in engine.rb#L385, but
nil
has not been set to the field (row[name]
has not been updated line 382 because of the exception).Is this the excepted behavior and the doc is wrong or is it a bug? (and I probably could propose a PR)
Thanks!
The text was updated successfully, but these errors were encountered: