mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
remove "person" filter when a person file is opened
This commit is contained in:
@@ -145,7 +145,10 @@
|
||||
{{ form_start(form) }}
|
||||
{{ form_row(form.user_id) }}
|
||||
{{ form_row(form.status) }}
|
||||
|
||||
{% if form.person_id is defined %}
|
||||
{{ form_row(form.person_id) }}
|
||||
{% endif %}
|
||||
<button type="submit">{{ 'Filter'|trans }}</button>
|
||||
{{ form_end(form)}}
|
||||
|
||||
|
Reference in New Issue
Block a user