mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-13 03:44:36 +02:00
Use stimulus collection controller for parts orderdetails
This commit is contained in:
parent
66b7b2e9bf
commit
4847fe2fa3
8 changed files with 108 additions and 75 deletions
|
@ -13,6 +13,10 @@
|
|||
{{ stimulus_action('elements/collection_type', 'createElement') }}
|
||||
{% endmacro %}
|
||||
|
||||
{% macro create_pricedetail_btn() %}
|
||||
{{ stimulus_action('elements/collection_type', 'createPricedetail') }}
|
||||
{% endmacro %}
|
||||
|
||||
{% macro delete_btn() %}
|
||||
{{ stimulus_action('elements/collection_type', 'deleteElement') }}
|
||||
{% endmacro %}
|
Loading…
Add table
Add a link
Reference in a new issue