add notification service for AccompanyingPeriodWork in show

This commit is contained in:
Lucas Silva
2023-03-21 14:34:38 +01:00
parent 4a30f310b8
commit ecb8ef0146
6 changed files with 109 additions and 3 deletions

View File

@@ -129,6 +129,13 @@
{% if displayAction is defined and displayAction == true %}
<ul class="item-col record_actions">
<li>
<a class="btn btn-notify" title="{{ 'notification.Notify'|trans }}"
href="{{ chill_path_add_return_path('chill_main_notification_create', {'entityClass': 'Chill\\PersonBundle\\Entity\\AccompanyingPeriod\\AccompanyingPeriodWork', 'entityId': w.id}) }}">
</a>
</li>
<li>{{ macro.workflowButton(w) }}</li>
<li>
<a class="btn btn-show" title="{{ 'Show'|trans }}"