Use stimulus collection controller for parts orderdetails

This commit is contained in:
Jan Böhmer 2022-08-02 00:00:28 +02:00
parent 66b7b2e9bf
commit 4847fe2fa3
8 changed files with 108 additions and 75 deletions

View file

@ -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 %}