- Issue created by @erutan
- πΊπΈUnited States smustgrave
See reponse here π¬ Support for protection from Select2 effects or integration with it Active
I'd like to ugprade to 7.x but keep using the select 2 module. I'm pretty sure I did what I was supposed to, but I get an error around select2 being missing. Reverting back to 6.x has everything working fine again.
Remove jquery modules, upgrade from 6.x to 7.x, use composer to add modules back in as per https://www.drupal.org/project/better_exposed_filters/releases/7.0.0-beta1 β
"This release removed jquery dependencies so sites will need to either uninstall before updating or require in project level composer file."
composer remove 'drupal/jquery_ui_touch_punch:^1.1'
composer remove 'drupal/jquery_ui_slider:^2.1'
composer remove 'drupal/jquery_ui_datepicker:^2.1'
composer require 'drupal/better_exposed_filters:^7.0'
Then add these back in after:
composer require 'drupal/jquery_ui_touch_punch:^1.1'
composer require 'drupal/jquery_ui_slider:^2.1'
composer require 'drupal/jquery_ui_datepicker:^2.1'
Do I need to manually remove select2 from any views that are currently using BEF 6 and then manually reconfigure it after or am I just missing a step in the workflow?
Active
7.0
Documentation
See reponse here π¬ Support for protection from Select2 effects or integration with it Active