You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a weird compatibility issue with django-autocomplete-light. When I try to mass edit the following model Select button does nothing. Completely nothing. No messages, no errors in javascript console, nothing. I even tried to debug javascript code but it looks like submit action is never called. When I remove autocomplete_light.modelform_factory it starts working as intended. Weird is that I have another model which uses autocomplete_light form and it works nicely with mass edit.
I have a weird compatibility issue with django-autocomplete-light. When I try to mass edit the following model
Select
button does nothing. Completely nothing. No messages, no errors in javascript console, nothing. I even tried to debug javascript code but it looks like submit action is never called. When I removeautocomplete_light.modelform_factory
it starts working as intended. Weird is that I have another model which uses autocomplete_light form and it works nicely with mass edit.Model:
Admin:
The text was updated successfully, but these errors were encountered: