mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
edit template of activity rights implemented
This commit is contained in:
parent
f2221565c5
commit
d47fdc768e
@ -109,9 +109,11 @@
|
|||||||
{{ 'Cancel'|trans }}
|
{{ 'Cancel'|trans }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
{% if is_granted('CHILL_ACTIVITY_UPDATE', entity) %}
|
||||||
<button class="btn btn-update" type="submit">{{ 'Save'|trans }}</button>
|
<li>
|
||||||
</li>
|
<button class="btn btn-update" type="submit">{{ 'Save'|trans }}</button>
|
||||||
|
</li>
|
||||||
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
{{ form_end(edit_form) }}
|
{{ form_end(edit_form) }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user