Changed logic of invisible to a (forced) visibility field

This commit is contained in:
Jan Böhmer 2023-12-03 15:29:17 +01:00
parent bc37d11f13
commit 7d69d6ba30
9 changed files with 37 additions and 29 deletions

View file

@ -41,7 +41,7 @@
<div class="row">
<div class="col-sm-9 offset-sm-3">
{{ form_row(form.eda_info.invisible) }}
{{ form_row(form.eda_info.visibility) }}
</div>
</div>