group-reservations-in-log #426

Merged
philipp merged 6 commits from group-reservations-in-log into main 2024-04-24 08:53:53 +02:00
Showing only changes of commit 23a623bdc9 - Show all commits

View File

@ -154,8 +154,15 @@ function selectBoatChange() {
if (event.detail.customProperties.owner) {
choiceObjects["newrower"].setChoiceByValue(
event.detail.customProperties.owner + "",
event.detail.customProperties.owner.toString(),
);
if(event.detail.value === '36') {
/** custom code for Etsch */
choiceObjects["newrower"].setChoiceByValue(
"81",
);
}
}
const inputElement = document.getElementById(