Add organ playing input field in WorshipManagement.vue: Introduce a new text input for organist details in the worship data form, enhancing the information captured during worship management.
All checks were successful
Deploy miriamgemeinde / deploy (push) Successful in 7s

This commit is contained in:
Torsten Schulz (local)
2026-04-30 10:26:33 +02:00
parent 181257ad26
commit ae0bf3d478

View File

@@ -274,6 +274,9 @@
<label for="collection">Kollekte:</label>
<input type="text" id="collection" v-model="worshipData.collection">
<label for="organPlaying">Orgelspiel / Organist:</label>
<input type="text" id="organPlaying" v-model="worshipData.organPlaying">
<label for="address">Adresse:</label>
<input type="text" id="address" v-model="worshipData.address">
@@ -367,6 +370,7 @@ export default {
title: '',
organizer: '',
collection: '',
organPlaying: '',
address: '',
selfInformation: false,
highlightTime: false,
@@ -838,6 +842,7 @@ export default {
title: '',
organizer: '',
collection: '',
organPlaying: '',
address: '',
selfInformation: false,
highlightTime: false,