-
Notifications
You must be signed in to change notification settings - Fork 40
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
Rails 5.2 and nested_form_fields gem #84
Comments
@mariia-kulakova thanks for the report. Is there any code snippet which I can use to reproduce this issue? |
@iffyuva Thanks for quick responding! |
I will take a look and get back to you @mariia-kulakova |
@iffyuva Thank you |
Hi @iffyuva - we were curious when you would be able to provide an update on this. This is a blocker for us and we can try to investigate a solution if necessary. |
Hi @leerodgers , I'm thinking of picking this coming weekend. I'd suggest that you also debug this issue at your end. |
@iffyuva |
@iffyuva - Is the fix in that fork good? Can you merge it into the repo? Works for us 👍 |
After upgrading from 4.2 to rails 5.2 gem doesn't allow to use nested_form_fields any more. Error message is 'Cannot determine currency for line item without a ledger item'. nested_form_fields gem uses empty object by default (in this case ledger_item is nil)
The text was updated successfully, but these errors were encountered: