Skip to content
Snippets Groups Projects
Commit 16b70f8c authored by Julien (jula)'s avatar Julien (jula)
Browse files

[FIX] mail: fixes linkify for url with subdomain

__Current behavior before this commit:__
URLs that have a subdomain different than `www` and a domain name with
more than 13 characters are not properly linkified in the chatter.

__Description of the fix:__
The url regexp was changed with [0dc68dcc](https://github.com/odoo/odoo/commit/0dc68dcc94ab9bb2e47943967fa2bc31780d20fa)
to make punctuation mark the end of url to linkify. The 1st dot
removed in diff was a mistake. This commit reverts this part, so
that url above is correctly linkified while fixing the problem.

Back-Port-Of: [#124974](https://github.com/odoo/odoo/pull/124974

)

opw-3423997

closes odoo/odoo#129565

Signed-off-by: default avatarMatthieu Stockbauer (tsm) <tsm@odoo.com>
parent 6ee60a30
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