Finishing evaluation document view and fixing dropdown in show

This commit is contained in:
Lucas Silva
2023-03-30 14:32:00 +02:00
parent d8d517017d
commit 3576f7f14f
6 changed files with 100 additions and 76 deletions

View File

@@ -1,7 +1,8 @@
{% macro recordAction(work) %}
<li>
<a href={{ path('chill_person_accompanying_period_work_list', { 'id': accompanyingCourse.id }) }}""
class="btn btn-show" title="{{ 'See accompanying period'|trans }}"></a>
<a class="btn btn-show" title="{{ 'Show'|trans }}"
href="{{ chill_path_add_return_path('chill_person_accompanying_period_work_show', {'id': work.id }) }}"
></a>
</li>
{% endmacro %}
{% if work is not null %}
@@ -12,6 +13,7 @@
'displayAction': true,
'displayContent': 'short',
'displayFontSmall': true,
'displayNotification:':true,
'w': work
} %}
{% else %}