-
- Downloads
[FIX] *: html fields sanitization
Since commit c9e38cae in saas-10, the html fields are sanitized in strict mode by default. This breaks all html fields behaviour when it is editable in the website editor. This commit deactivate the sanitization for such HTML fields (like it was already the case for blogs contents or products descriptions for example). A more specific sanitization will be implemented in future versions.
Showing
- addons/event/models/event.py 1 addition, 1 deletionaddons/event/models/event.py
- addons/website_event_track/models/event.py 1 addition, 1 deletionaddons/website_event_track/models/event.py
- addons/website_hr_recruitment/models/hr_job.py 1 addition, 1 deletionaddons/website_hr_recruitment/models/hr_job.py
- addons/website_livechat/models/im_livechat.py 1 addition, 1 deletionaddons/website_livechat/models/im_livechat.py
- addons/website_quote/models/order.py 8 additions, 8 deletionsaddons/website_quote/models/order.py
- addons/website_slides/models/slides.py 2 additions, 2 deletionsaddons/website_slides/models/slides.py
Loading
Please register or sign in to comment