mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
search parameter also passed on in normal list template
This commit is contained in:
parent
96b1f31665
commit
cf8e25e823
@ -83,7 +83,7 @@
|
|||||||
<ul class="record_actions">
|
<ul class="record_actions">
|
||||||
{% if is_granted('CHILL_PERSON_CREATE') %}
|
{% if is_granted('CHILL_PERSON_CREATE') %}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ path('chill_person_new') }}" class="btn btn-create">
|
<a href="{{ path('chill_person_new', { "_fragment": pattern }) }}" class="btn btn-create">
|
||||||
{{ 'Add a person'|trans }}
|
{{ 'Add a person'|trans }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user