Replace missing svg links in calendar CSS

Created on 12 April 2024, 8 months ago
Updated 15 May 2024, 7 months ago

Problem/Motivation

Using Drupal 10 and after installing/configuring Content Planner, I get a series of errors about missing svg files:
Page not found:/core/themes/stable/images/core/icons/bebebe/ex.svg
This is in content_planner/modules/content_calendar/assets/dist/css/calendar.css

The problem is that the core stable theme was removed in D10, so these icons no longer exist.

Steps to reproduce

Install and configure the module in D10.

Proposed resolution

Change the icon paths from
/core/themes/stable/images/core/icons/
to
/core/misc/icons
The hex color path and file names remain the same.

πŸ› Bug report
Status

Fixed

Version

1.1

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States rlnorthcutt Austin, TX

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024