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
818 stars 312 forks source link

Fix Ingredient Boolean View #2836

Closed tvdeyen closed 3 months ago

tvdeyen commented 3 months ago

In case of a missing translation html_safe would raise an error on the returned value (a Boolean). So converting it into String is best option here.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 95.84%. Comparing base (3ceaff0) to head (7cc5df6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2836 +/- ## ======================================= Coverage 95.84% 95.84% ======================================= Files 227 227 Lines 6186 6186 ======================================= Hits 5929 5929 Misses 257 257 ```

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

alchemycms-bot commented 3 months ago

💚 All backports created successfully

Status Branch Result
✅ 7.0-stable
✅ 7.1-stable

Questions ?

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