Daily updates from Odoo
Thursday, February 13, 2020
1 change · master
Resolved issues and error corrections
This fix prevents internal web editor support files from appearing in the media selection dialog. Business users will see a cleaner media library with only relevant images and files, reducing confusion when editing website content.
Original PR description
Due to the infamous web_editor revert, summernote assets files are once again created and stored in DB, but because they do not contain 'assets_' in their name, they would show up in the media dialog. This commit fixes that by prefixing the created summernote assets file with 'assets_' Stable fix: #45300