Fixed: [workflow] show error message when applying a transition and no dest users are chosen

fix https://gitlab.com/Chill-Projet/chill-bundles/-/issues/80
This commit is contained in:
Julien Fastré 2023-04-07 17:38:57 +02:00
parent a42a4ab9bd
commit 9853845c9c
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -66,6 +66,7 @@
{{ form_row(transition_form.future_dest_users) }}
{{ form_row(transition_form.future_dest_emails) }}
{{ form_errors(transition_form.future_dest_users) }}
</div>
<p>{{ form_label(transition_form.comment) }}</p>