mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°3924 - Fix notification link in activity panel not opening notifications tab
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user