owen2345 / camaleon-cms

Camaleon CMS is a dynamic and advanced content management system based on Ruby on Rails
https://camaleon.website
MIT License
1.22k stars 287 forks source link

Fix TermTaxonomy attributes sanitizing to not remove translation tags #1091

Closed texpert closed 3 months ago

texpert commented 3 months ago

Sanitization of the TermTaxonomy attributes were surprizingly removing translation tags.

So, instead of a <!--:en-->Vineyards<!--:--><!--:ru-->Виноградники<!--:--><!--:md-->Podgorii<!--:--> attr value, the VineyardsВиноградникиPodgorii was stored into the DB.

This PR fixes the issue, hiding the translation tags before sanitizing them, and restoring them afterwards.