-
- Downloads
[FIX] web_editor: 'mailto' to 'http' link conversion
Before this commit: - URLs like "domain.com/@/page" were incorrectly detected as an email URL by Link(Dialog/Tools), - switching from an email URL to a http URL with the Link(Dialog/Tools) was not possible (URL remained prepended with "mailto:"). This commit improves email detection from simply looking for a "@" to something slightly more robust, and makes switching between 'http' and 'mailto' links possible. task-3284649 opw-3245501 Part-of: odoo/odoo#118676
Please register or sign in to comment