Closed (fixed)
Project:
DROWL Paragraphs
Version:
4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
31 Jan 2022 at 17:46 UTC
Updated:
14 Feb 2022 at 17:59 UTC
Jump to comment: Most recent
If field_score_bar_end_color is empty (optional field), the color transition script throws an error (""progressbar.js" can't access property "forEach", g is null".
So we need to ensure this thing has a fallback value, maybe:
to: {
color: scoreBarEndColor.length ? scoreBarEndColor : scoreBarColor,
width: scoreStrokeWidth
},
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
Comment #4
thomas.frobieter