- 🇷🇺Russia validoll Ekaterinburg
Hey!
Could you pls check the latest release to reproduce the issue?
processAjaxCommandCurrentEvents function return a SettingsCommand which are not call Drupal.attachBehaviors, see "core/misc/ajax.js". In these case drupalSettings may be updated, but events are not sending.
Execute ajax which are not cause DOM update.
I assume that the correct solution is to make a custom ajax command based on SettingsCommand and add a Drupal.behaviors.google_tag_events call there. This command should be used instead of SettingsCommand in processAjaxCommandCurrentEvents. Or it may be another custom command, but in this case it should be executed immediately after the standard SettingsCommand in the same function.
Active
2.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Hey!
Could you pls check the latest release to reproduce the issue?