-
- Downloads
[FIX] web_editor: auto transforming email URL
Typing a URL + SPACE transforms the URL into a link. Before this commit, email URLs were incorrectly prepended with 'https://'. Because it is not desirable to automatically transform email URLs, this commit disables link transformation for email URLs, leaving it only active for http URLs. task-3284649 Part-of: odoo/odoo#118676
Showing
- addons/web_editor/static/src/js/editor/odoo-editor/src/OdooEditor.js 2 additions, 1 deletion...editor/static/src/js/editor/odoo-editor/src/OdooEditor.js
- addons/web_editor/static/src/js/editor/odoo-editor/test/spec/editor.test.js 19 additions, 0 deletions...static/src/js/editor/odoo-editor/test/spec/editor.test.js
Loading
Please register or sign in to comment