crucialfelix / django-ajax-selects

jQuery UI-powered auto-complete fields for ForeignKey, ManyToMany and text fields
Other
822 stars 249 forks source link

Issue with wagtail fields after updating from 1.7 => 1.8 #291

Closed feargalWag closed 9 months ago

feargalWag commented 2 years ago

After updating django-ajax-selects from 1.6 to 1.9 using an automated tool. We noticed that certain RichTextFields in the Wagtail admin started to become uneditable. After dialing back the upgrades it was found that the bug was introduced from 1.7 => 1.8. I'm trying to get my hands on the diff between those releases so I can better understand what caused this, but it's not immediately obvious where that is.

The following two errors also showed up in the console for content types that had this issue(not all of them did)

image image

If anyone else experienced this, the downgrade fixes this at least.

crucialfelix commented 2 years ago

Sorry hard to figure out what is going on there. Unexpected < might be that html tags are being parsed as js? Or is it an error response from server that is expected to be JSON but is actually html?

crucialfelix commented 9 months ago

Closing as I don't recognize anything in that call stack as being caused by this package. Thanks