mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fixes for work rendering without "onlyone" parameter
This commit is contained in:
parent
53aa887da5
commit
cb4de1f3d2
@ -65,7 +65,7 @@
|
||||
</th>
|
||||
</thead>
|
||||
<tbody>
|
||||
{% if onlyone %}
|
||||
{% if onlyone|default(false) %}
|
||||
{% for e in w.accompanyingPeriodWorkEvaluations %}
|
||||
{% if evalId is defined and evalId == e.id %}
|
||||
<tr>
|
||||
@ -275,7 +275,7 @@
|
||||
'entityClass': 'Chill\\PersonBundle\\Entity\\AccompanyingPeriod\\AccompanyingPeriodWorkEvaluationDocument',
|
||||
'entityId': d.id }) }}"></a>
|
||||
{% endif %}
|
||||
|
||||
|
||||
{{ d.storedObject|chill_document_button_group(d.title, is_granted('CHILL_MAIN_ACCOMPANYING_PERIOD_WORK_UPDATE', w), {'small': true}) }}
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user