Allow to filter logs by user who caused them

This commit is contained in:
Jan Böhmer 2022-09-11 18:57:48 +02:00
parent c7f5c23374
commit d18ee704b8
6 changed files with 75 additions and 11 deletions

View file

@ -28,6 +28,10 @@
{{ block('text_constraint_widget') }}
{% endblock %}
{% block user_entity_constraint_widget %}
{{ block('text_constraint_widget') }}
{% endblock %}
{% block date_time_constraint_widget %}
{{ block('number_constraint_widget') }}
{% endblock %}