Unable to add custom logo and/or icon

Created on 25 January 2024, 10 months ago
Updated 20 June 2024, 5 months ago

Problem/Motivation

The adaptation from version 4 to version 5 so that the theme would be compatible with Drupal 10 has an error.
Because the initialisation of the source path is wrong, many other paths are wrong too.

Steps to reproduce

Proposed resolution

The line 98 in the file adaptivetheme/at_core/forms/color/color_submit.php should have this line:
$paths['source'] = \Drupal::service('extension.list.theme')->getPath($theme) . '/'; and not
$paths['source'] = \Drupal::service('extension.list.theme')->getPath($theme);

Remaining tasks

The solution is in the bug description.
Review, merge and release.

User interface changes

API changes

Data model changes

🐛 Bug report
Status

RTBC

Version

7.0

Component

Theme Settings

Created by

🇧🇪Belgium ericvl

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