Skip to content
Snippets Groups Projects
Commit 1db6c8d0 authored by Tomas Alvarez's avatar Tomas Alvarez Committed by Lucas Perais
Browse files

[FIX] mail, web_editor: allow tel links in email templates (#24926)

Before this commit: links like `tel:+1-555-555-5555` were being replaced
both in javascript (prefixing `http`, when using the summernote editor)
and python (prefixing the base url, when they were added directly to the template).

After this commit: the replacement is avoided on links with `tel` scheme.

This is related to commit: 8b97a399
parent 654ee788
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment