new user is assigned, but crash on flush()

This commit is contained in:
2022-04-08 12:13:19 +02:00
parent 2646fa5b65
commit 084d77c8f4
2 changed files with 37 additions and 22 deletions

View File

@@ -70,8 +70,8 @@
{{ form_start(assignForm) }}
<div class="row filter-box">
<div class="col-md-6">
{{ form_label(assignForm.assignUser ) }}
{{ form_widget(assignForm.assignUser, {'attr': {'class': 'select2'}}) }}
{{ form_label(assignForm.userTo ) }}
{{ form_widget(assignForm.userTo, {'attr': {'class': 'select2'}}) }}
</div>
</div>
<ul class="record_actions">
@@ -90,7 +90,9 @@
</div>
{% endif %}
{% if paginator is defined %}
{{ chill_pagination(paginator) }}
{% endif %}
</div>
{% endblock %}