mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-02 22:44:33 +02:00
Added possibility to save parts and create an empty one
This commit is contained in:
parent
13de2afc28
commit
c088742dda
6 changed files with 1142 additions and 1120 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue