Added possibility to save parts and create an empty one

This commit is contained in:
Jan Böhmer 2023-02-05 21:00:26 +01:00
parent 13de2afc28
commit c088742dda
6 changed files with 1142 additions and 1120 deletions

View file

@ -104,8 +104,10 @@
</button>
<div class="dropdown-menu">
{{ form_widget(form.save_and_clone, {'attr': {'class': 'dropdown-item'}}) }}
{{ form_widget(form.save_and_new, {'attr': {'class': 'dropdown-item'}}) }}
<div class="dropdown-divider"></div>
<div class="p-2">
{{ form_row(form.log_comment)}}
</div>
</div>