mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
Merge branch '96-worflow-regression' into 'master'
Workflow regression in accompanying period work See merge request Chill-Projet/chill-bundles!538
This commit is contained in:
commit
1f4c51f3bc
@ -3,6 +3,14 @@
|
|||||||
{{ 'workflow.SocialAction deleted'|trans }}
|
{{ 'workflow.SocialAction deleted'|trans }}
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
<div class="flex-table accompanying-course-work">
|
||||||
|
{% include '@ChillPerson/AccompanyingCourseWork/_item.html.twig' with {
|
||||||
|
'w': work,
|
||||||
|
'displayAction': false,
|
||||||
|
'displayContent': 'short',
|
||||||
|
'itemBlocClass': 'bg-chill-light-gray'
|
||||||
|
} %}
|
||||||
|
</div>
|
||||||
{% if display_action is defined and display_action == true %}
|
{% if display_action is defined and display_action == true %}
|
||||||
<ul class="record_actions">
|
<ul class="record_actions">
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user