- πΊπΈUnited States dcam
It sounds like a solution was found for everyone who had the problem. So I'm closing this issue.
In one of our client's websites, we use the Inline Entity Form to create new and add exisiting "related" nodes.
From we've updated Drupal to 7.73 last friday, an error occures when we want to search for existing nodes. A screenshot for the error has been attached, which says there's a "parsererror".
I did some research and found out the autocomplete.js has been updated since the last Drupal core release: https://github.com/drupal/drupal/commit/cd3721550d988240ef6e682bd1cae293....
The related "ticket", with some more information, can be found here:
https://www.drupal.org/sa-core-2020-007 β
.
I could fix the issue by remove the newly added jsonp: false,
from misc/autocomplete.json
, but of course that's not a proper solution. I think in the Inline Entity Form module this value must be "overridden" and set to true
, as mentioned in
https://www.drupal.org/sa-core-2020-007 β
.
Closed: works as designed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
It sounds like a solution was found for everyone who had the problem. So I'm closing this issue.