AlchemyCMS / alchemy_cms

Alchemy is the Open Source Rails CMS framework for the component based web that can be used as classic server side rendered or headless CMS.
https://www.alchemy-cms.com
BSD 3-Clause "New" or "Revised" License
817 stars 313 forks source link

fix(ContactMessages): Use alchemy route proxy #2926

Closed tvdeyen closed 3 weeks ago

tvdeyen commented 3 weeks ago

What is this pull request for?

Without that it happens that a controller inheriting from MessagesController cannot resolve that route correctly.

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 95.97%. Comparing base (a4e5786) to head (d845636).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2926 +/- ## ======================================= Coverage 95.97% 95.97% ======================================= Files 232 232 Lines 6280 6280 ======================================= Hits 6027 6027 Misses 253 253 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

alchemycms-bot commented 3 weeks ago

💚 All backports created successfully

Status Branch Result
✅ 7.0-stable
✅ 7.1-stable
✅ 7.2-stable

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details