- Issue created by @jmcintyre
- @jmcintyre opened merge request.
For rendering tables, this module currently requires jQuery.once , which is being deprecated in Drupal 10. I found it didn't work even with Drupal 9.5 when no other installed modules had jquery/once listed as a dependency.
* Install Drupal 9 and Data Visualisation Framework.
* Add a Visualisation File field to a content type.
* Create a node with DVF content set to render as a table.
* View the node as an admin user—table renders as expected.
* View the node as an anonymous user—table does not render, console reports javascript error "Uncaught TypeError: once is not a function."
Replace the jQuery.once implementation with core/once.
Active
2.0
Code