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

i18n embedRelation forms don't save correctly #172

Open
RamzesTheSecond opened this issue Nov 11, 2012 · 6 comments
Open

i18n embedRelation forms don't save correctly #172

RamzesTheSecond opened this issue Nov 11, 2012 · 6 comments

Comments

@RamzesTheSecond
Copy link

When trying to save many new i18n embededRelation forms only the last one gets saved, other ones don't save to the database.

@rsichnyi
Copy link

Do you have the last version?
Check this:
9ec1311#commitcomment-386338

@RamzesTheSecond
Copy link
Author

Yes I do have the latest version and it doesn't fix the issue. The data from NOT i18n fields is saved correctly whereas data from i18n fields is not saved.

@RamzesTheSecond
Copy link
Author

How to reproduce: create i18n relation form and embedRelation in other form. Than try to add 3 new i18n records. The data from i18n fields is not saved.

@rsichnyi
Copy link

#146

@RamzesTheSecond
Copy link
Author

So it will not be resolved?

@rsichnyi
Copy link

I think no. Anyway, it's easy to save form data with custom code (validation is handled correctly, so you can just populate objects from form values and save them).

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

2 participants