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
I started refactoring the specs a bit mainly to become familiar with all this stuff again. I will try to work through these issues in the next days, but I'd greatly appreciate any help from your side! :) That doesn't necessarily mean that you'd need to send patches to correct the behavior, but failing specs would certainly be appreciated! (of course, patches that fix the errorneous behavior too :)
@al i'm afraid no. I haven't been active on dm-accepts_nested_attributes as you can (clearly) see in the logs. Generally tho, there is a lot of weird behavior when saving object graphs with dm-validations in the mix. IIRC, there are quite some somewhat related issues in dm-core and/or dm-validations.
That said, I'm sorry that I can be of no help here, but maybe researching any seemingly related issues in the above mentioned repos might help with debugging.
parent.saved? = true
parent.id = some id
when the rollback occurs, parent.saved? should be false.
The text was updated successfully, but these errors were encountered: