- 🇧🇷Brazil brunapimenta
Since Drupal 10 Removed jQuery dependency from the once feature → , I've re-rolled the patch for Drupal 10 once compatibility. If you're not on D10, use the patch #5.
The detach is necessary, see this issue as example:
https://www.drupal.org/project/panels/issues/3092556#comment-13340759 →
Furthermore any module that move html with select 2, is necessary implement the Drupal.detachBehaviors to remove the span element created by select2 and implement the Drupal.attachBehaviors to initialize the select2 again.
Needs review
1.0
Miscellaneous
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Since Drupal 10 Removed jQuery dependency from the once feature → , I've re-rolled the patch for Drupal 10 once compatibility. If you're not on D10, use the patch #5.