We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What?
https://git.drupalcode.org/project/facets/-/blob/2.0.x/modules/facets_range_widget/js/slider.js#L6 was fixed to pass $ Jquery shortcut to the function but the last "stable release does not have it" throwing JS errors and not showing any Sliders.
The solution for now would be to use the Dev version of the 2.x branch, composer require 'drupal/facets:2.0.x-dev@dev'
composer require 'drupal/facets:2.0.x-dev@dev'
I have not tested this version so most important would be to be sure if our VBO Facets (AMI) work.
The text was updated successfully, but these errors were encountered:
This has been fixed for 2.0.5 stable since this issue was opened:
https://git.drupalcode.org/project/facets/-/blob/2.0.5/modules/facets_range_widget/js/slider.js#L6
Sorry, something went wrong.
DiegoPino
No branches or pull requests
What?
https://git.drupalcode.org/project/facets/-/blob/2.0.x/modules/facets_range_widget/js/slider.js#L6 was fixed to pass $ Jquery shortcut to the function but the last "stable release does not have it" throwing JS errors and not showing any Sliders.
The solution for now would be to use the Dev version of the 2.x branch,
composer require 'drupal/facets:2.0.x-dev@dev'
I have not tested this version so most important would be to be sure if our VBO Facets (AMI) work.
The text was updated successfully, but these errors were encountered: