django-nested-inline icon indicating copy to clipboard operation
django-nested-inline copied to clipboard

raw_id field on inline not opening as modal

Open Tatoo988 opened this issue 9 years ago • 0 comments
trafficstars

I've added a raw_id field to a card model inside level two of your example provided. The first inline that is being shown, opens a modal window correctly when you click on the button. If you add there another level two it also works ok, but if I want to add another level one, the raw_id field inside the level two doesn't open the modal window, it redirects me to the list of cards and doesn't allow me to select one because it is just the list.

Tatoo988 avatar Oct 21 '16 14:10 Tatoo988