- Issue created by @NicholasS
- Status changed to Needs review
2 months ago 9:28pm 12 February 2025
Looks like the path to check for assets is incorrect, composer does not place the datatables library in a subfolder called datatables.
Should just be libraries/datatables/*
not libraries/datatables/datatables/*
See https://www.drupal.org/project/datatables/issues/3399504#comment-15788278 π Add hook_requirements() to check library and print status report Fixed
Also see
https://www.drupal.org/project/datatables/issues/3399504#comment-15787925
π
Add hook_requirements() to check library and print status report
Fixed
about how 'dataTables.bootstrap.css'
I am not sure how that css file is actually loaded up and ever used by the module, so why is there a check for it?
Add library with composer, see the path is not the same as being checked.
Active
2.0
Code