OdifYltsaeb / django-multilingual

Automatically exported from code.google.com/p/django-multilingual
MIT License
0 stars 0 forks source link

"Save as" does not save entries added with a TabularInline #121

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. go to the admin change form of an instance of a model class with both the 
"save as" feature enabled, and a TabularInline for relate items.
2. change the original instance
3. add a new related instance using the TabularInline

What is the expected output? What do you see instead?
A new instance should be created, a copy of all the related instances should be 
created and a new instance for any item added in the TabularInline should be 
created.
Instead the original item is created, all the pre-existing instances are copied 
but the new ones are not created.

Note: deleting an entry works as expected is just the add that fails.

Please use labels and text to provide additional information.
django version: 1.2.3
locale: it-IT

Original issue reported on code.google.com by michele.sama on 22 Dec 2010 at 3:29

GoogleCodeExporter commented 8 years ago
Note. I just posted this because i have seen a similar bug in the open issues. 
I am not sure if this is anyhow related to django-multilangual. If not please 
delete this issue.

Original comment by michele.sama on 22 Dec 2010 at 3:31