mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
new user is assigned, but crash on flush()
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user