Problem/Motivation

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

Also see https://www.drupal.org/project/datatables/issues/3399504#comment-15787925 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?

Steps to reproduce

Add library with composer, see the path is not the same as being checked.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
2024-09-25_11-25-46.jpg24.01 KBnicholass

Issue fork datatables-3476811

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

nicholass created an issue. See original summary.

nicholass’s picture

liam morland’s picture

Status: Active » Needs review
mortona2k’s picture

Status: Needs review » Reviewed & tested by the community

Fixes the warning.