Browse code

Start of FE adjustments

Benjamin Roth authored on08/08/2024 16:49:40
Showing1 changed files
... ...
@@ -86,7 +86,7 @@
86 86
                             <div class="grid-c-6 mb-2 mb-0-md">
87 87
                                 <fieldset>
88 88
                                     <label for="res-behaeltereinheit"><strong>Liefernde Behältereinheit<sup class="text-danger">*</sup></strong></label>
89
-                                    <select id="res-behaeltereinheit" name="unit" hx-get="/_ajax/vr_wa/v1/slot?do=availableUnitAmount&id={{ id }}" hx-target="#res-behaelter" hx-indicator="#wa-slot-{{ id }}">
89
+                                    <select id="res-behaeltereinheit" name="unit" hx-get="/_ajax/vr_wa/v1/slot?do=availableUnitAmount&id={{ id }}" hx-target="#wa-slot-{{ id }} #res-behaelter" hx-indicator="#wa-slot-{{ id }}">
90 90
                                         <option value="">{{ 'tl_vr_wa_units.containers.0'|trans([], 'contao_tl_vr_wa_units') }}</option>
91 91
                                         {% for value, option in buchen.units %}
92 92
                                             <option value="{{ value }}">{{ option }}</option>