mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 18:03:37 +02:00
Allow to open and close bom entry collapse even when newly added.
This commit is contained in:
parent
39ed00c7c0
commit
345fb0a3c1
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block project_bom_entry_widget %}
|
||||
{% set target_id = 'expand_row-' ~ random() %}
|
||||
{% set target_id = 'expand_row-' ~ form.vars.name %}
|
||||
{% dump(form) %}
|
||||
|
||||
{% import 'components/collection_type.macro.html.twig' as collection %}
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue