workflows in entity: other vue component call workflow modal

This commit is contained in:
2022-01-30 13:53:51 +01:00
parent 84a76d2c76
commit 0add020e57
3 changed files with 15 additions and 17 deletions

View File

@@ -12,11 +12,6 @@
<div class="accompanying_course_work-edit">
<h1>{{ block('title') }}</h1>
<div id="accompanying_course_work_edit"></div>
{% set workflows_frame = chill_entity_workflow_list('Chill\\PersonBundle\\Entity\\AccompanyingPeriod\\AccompanyingPeriodWork', work.id) %}
{% if workflows_frame is not empty %}
{{ workflows_frame|raw }}
{% endif %}
</div>
{% endblock %}