Issue a warning if webform libraries are missing, not error.

Created on 2 December 2024, 20 days ago

Problem/Motivation

In the status report, if a webform library is missing, a REQUIREMENT_ERROR is issued. This should be a REQUIREMENT_WARNING, simply because this is a warning rather than an error.

Steps to reproduce

Go to the status page and look for the line "webform libraries"

Proposed resolution

Change line #153 of WebformLibrariesManager.php to read $severity = REQUIREMENT_WARNING;

Remaining tasks

N/A

User interface changes

N/A

API changes

N/A

Data model changes

N/A

πŸ“Œ Task
Status

Active

Version

6.3

Component

Code

Created by

πŸ‡ΉπŸ‡·Turkey Kartagis Istanbul

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Kartagis
  • πŸ‡ΊπŸ‡ΈUnited States jrockowitz Brooklyn, NY

    Using Webform Libraries via a CDN is a significant issue for GDPR.

    You can disable this status report error by unchecking "Check if CDN is being used for external libraries? " via /admin/structure/webform/config/advanced

Production build 0.71.5 2024