Make transportation selection read-only

This commit is contained in:
Björn Fromme
2021-11-09 16:17:48 +01:00
parent a617c9a0d0
commit 2d684ebfaf
@@ -33,11 +33,11 @@
<mutable-fields :mutable-fields="mutableFields"></mutable-fields>
<contingents-overview :contingents="bookingData.accomodations"/>
<panel title="Beförderungsart (alle Teilnehmer)" :body="true">
<transportation-select :services="services.transportation"
:initial-transportation-ids="bookingData.selectedTransportationIds"
:mutable="mutableFields.transportation.mutable"
v-on:updated="onTransportationUpdated($event)"
/>
<ul class="list-none">
<li class="p-2 border-b border-gray-200 last:border-0" v-for="transportation in bookingData.transportations" :key="transportation.id">
{{ transportation.name }}: {{ transportation.count }}
</li>
</ul>
</panel>
<panel title="Anmerkungen" :body="true">
<textarea class="border-gray-400 focus:border-gray-800 ring-0 focus:ring-0 mt-1 w-full"