question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Add another inline" is broken

See original GitHub issue

Hi @deschler

First thanks for your very useful package 😃 I’m using Django 1.11 with modeltranslation 0.13b1 (and tried with 0.12.2 as well). When I use a tabular inline with tabbed translated fields, they are gone for the new rows which I add through “add another line”. Existing rows are successfully “moved” by the javascript function createTabs() but not the new lines (they are “recursively” added instead of appended, see screenshot, which I believe are copied by django, so the td to div change is not needed for the new lines).

image

This is how it should look like: image

Thanks!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:4
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
last-partizancommented, Jul 22, 2019

@fabiocaccamo Released.

0reactions
fabiocaccamocommented, Jul 22, 2019

@last-partizan I installed the project from master and it works correctly, could you release a new version on pypi?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Django admin inline "add more item" button not working
I beleive you have the extra=0 in the wrong class, it should be in the Inline not the Model ... Remove extra=0 from...
Read more >
#13068 (The "Add another [inline object]" javascript doesn't ...
If I have an inline form with a prepopulated field, i.e: class SomethingInline(admin.TabularInline): model = Something prepopulated_fields = {'title_slug': ...
Read more >
TinyMCE inline option not working? FAQs and Solution
The main reason for the TinyMCE inline option not working is that a textarea element doesn't work with inline mode.
Read more >
missing "Add" functionality for pages using InlineModelAdmin
Now there is a link called "add another", but nothing happens. ... Is the inline behavour broken or what I'm doing wrong?
Read more >
overflow-wrap - CSS: Cascading Style Sheets - MDN Web Docs
The overflow-wrap CSS property applies to inline elements, setting whether the browser should insert line breaks within an otherwise ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found