mautic icon indicating copy to clipboard operation
mautic copied to clipboard

fix: Freire theme doesn't apply

Open andersonjeccel opened this issue 10 months ago • 1 comments

Q A
Bug fix? (use the a.b branch) ✔️
New feature/enhancement? (use the a.x branch)
Deprecations?
BC breaks? (use the c.x branch)
Automated tests included?
Related user documentation PR URL mautic/user-documentation#...
Related developer documentation PR URL mautic/developer-documentation-new#...
Issue(s) addressed Fixes #...

Description

This PR fixes a bug where the Freire theme wasn't being applied because of a change to the theme name in CSS. Before, selecting the Freire theme took no effect on saving.

image


📋 Steps to test this PR:

  1. Open this PR on Gitpod or pull down for testing locally (see docs on testing PRs here)
  2. Open Account (your profile)
  3. Open tab Appearance
  4. Select the theme Freire
  5. Click Save

If your browser has autocomplete, remove the automatically filled password from the Password field, on the first tab, before following these steps, otherwise this will prevent you from saving

andersonjeccel avatar Jun 11 '25 18:06 andersonjeccel

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 66.37%. Comparing base (f304652) to head (f53292d). Report is 127 commits behind head on 7.x.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##                7.x   #15093   +/-   ##
=========================================
  Coverage     66.37%   66.37%           
  Complexity    35173    35173           
=========================================
  Files          2316     2316           
  Lines        141741   141741           
=========================================
+ Hits          94086    94087    +1     
+ Misses        47655    47654    -1     

see 1 file with indirect coverage changes

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Jun 11 '25 18:06 codecov[bot]