Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:[DPMMA-2620] fix form themes paths #13593

Open
wants to merge 1 commit into
base: 5.x
Choose a base branch
from

Conversation

AlanWierzchonCA
Copy link
Contributor

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

Description:

The changes concern the location of form element templates in mautic templates.
Form element templates should be located in: /themes/your_theme_name/html/MauticFormBundle/Field

and not /themes/your_theme_name/html/Field as before.

Steps to test this PR:

  1. Open this PR on Gitpod or pull down for testing locally (see docs on testing PRs here)

Copy link

codecov bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.04%. Comparing base (9aea3c9) to head (a4611b8).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##                5.x   #13593      +/-   ##
============================================
- Coverage     61.04%   61.04%   -0.01%     
  Complexity    33938    33938              
============================================
  Files          2237     2237              
  Lines        101454   101454              
============================================
- Hits          61931    61929       -2     
- Misses        39523    39525       +2     
Files Coverage Δ
app/bundles/FormBundle/Model/FormModel.php 75.46% <100.00%> (ø)

... and 2 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant