You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.
Hello,
there is an issue in the _ticket_url_ parameter on the notification template.
The displayed URL on the final email is <a href="web/#id[...]">here</a>.
It should start with a correct domain.
Example :
<p>Dear _user_name_,</p>
<p>A new support ticket has been created in a category that you follow</p>
<p>Person Name: ${object.person_name}</p>
<p>Category: ${object.category_id.name}</p>
<p>Subject: ${object.subject}</p>
<p>${object.description|safe}</p>
<p>Click <a href="_ticket_url_">here</a> to view this support ticket online</p>
The text was updated successfully, but these errors were encountered:
Hello,
there is an issue in the
_ticket_url_
parameter on the notification template.The displayed URL on the final email is
<a href="web/#id[...]">here</a>
.It should start with a correct domain.
Example :
The text was updated successfully, but these errors were encountered: