django-selectable
django-selectable copied to clipboard
"Uncaught TypeError: Cannot read property 'push' of undefined"
I tried to use the "add
Uncaught TypeError: Cannot read property 'push' of undefined
Tested on django-admin-bootstrapped. Is there any code to receive the "push"?
I don't know about django-admin-bootstrapped but there is code to handle this for the normal add-another pop-up. However, it requires monkey-patching the JS from the admin, namely the dismissAddAnotherPopup callback, and that seems to break with every Django release. What version of Django are you using?
@mlavin 1.8.2 right now.
There were a number of changes to the admin JS in 1.8 and I thought I had pushed this compatibility on master but I'm not seeing it. Where could that have gone....