- Issue created by @phenaproxima
- πΊπΈUnited States phenaproxima Massachusetts
Escalating since this is a random failure introduced in 11.2, almost certainly by π Replace Contextual Links BackboneJS usage with VanillaJS equivalent Needs work .
- First commit to issue fork.
- Merge request !12260Resolve #3527053 "Random failure drupal.contextual.contextualmodelview" β (Open) created by nod_
- π«π·France nod_ Lille
I think there is a timing issue sometimes.
contextual.js
declaresDrupal.contextual.ContextualModelView
as an empty object and it get ovewritten incontextualModelView.js
with the class.Just trying to put everything in one file and see if that'll fix the problem.
- πΊπΈUnited States phenaproxima Massachusetts
Patched Drupal CMS with this and the random failures appear to be squashed dead. (They were very frequent before.)
Ship it.