Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FromValue transform should fall back to next property path if value property value is nil #197

Closed
kaidaguerre opened this issue Oct 19, 2021 · 0 comments
Assignees

Comments

@kaidaguerre
Copy link
Contributor

FromValue accepts a list of property paths. When resolving the value it tries each of these paths in turn.

At present, it only falls back to the next value if the property path does not exist in the source object. Also fall back if the property value is nil

@kaidaguerre kaidaguerre self-assigned this Oct 19, 2021
kaidaguerre added a commit that referenced this issue Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant