N°3924 - Fix notification link in activity panel not opening notifications tab

This commit is contained in:
Molkobain
2021-07-16 22:29:54 +02:00
parent 524919b946
commit c58c1bbf1d

View File

@@ -9,6 +9,6 @@
</a>
<div class="ibo-notification-entry--long-description" data-role="ibo-notification-entry--long-description">
{# Note: The #tab_UINotificationsTab is hardcoded for now but we should find a way to make the connection with how it is prepared in the object's details #}
<a href="#tab_UINotificationsTab" data-tooltip-content="{{ 'UI:Layout:ActivityPanel:NotificationEntry:MessageLink:Tooltip'|dict_s }}">{{ oUIBlock.GetMessage() }}</a>
<a href="#ObjectProperties=tab_UINotificationsTab" data-tooltip-content="{{ 'UI:Layout:ActivityPanel:NotificationEntry:MessageLink:Tooltip'|dict_s }}">{{ oUIBlock.GetMessage() }}</a>
</div>
{% endblock %}