activity form: keep the same order for attendee field between edit and new form

This commit is contained in:
Julien Fastré 2022-04-20 10:03:58 +02:00
parent 6427fc64cd
commit 7f97215fe9
2 changed files with 6 additions and 5 deletions

View File

@ -11,7 +11,8 @@ and this project adheres to
## Unreleased
<!-- write down unreleased development here -->
* invert 'incoming' and 'receiving' in Activity form
* [Activity form] invert 'incoming' and 'receiving' in Activity form
* [Activity form] keep the same order for 'attendee' field in new and edit form
## Test releases

View File

@ -85,15 +85,15 @@
{{ form_row(form.comment) }}
{% endif %}
{%- if form.attendee is defined -%}
{{ form_row(form.attendee) }}
{% endif %}
{%- if form.documents is defined -%}
{{ form_row(form.documents) }}
<div data-docgen-template-picker="data-docgen-template-picker" data-entity-class="Chill\ActivityBundle\Entity\Activity" data-entity-id="{{ entity.id }}"></div>
{% endif %}
{%- if form.attendee is defined -%}
{{ form_row(form.attendee) }}
{% endif %}
{# TODO .. status #}
<ul class="record_actions sticky-form-buttons">