django-nested-inline
django-nested-inline copied to clipboard
raw_id field on inline not opening as modal
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.