Update:
* Neue Serientermin RRule
This commit is contained in:
Daniel Spitzer
2024-12-18 15:51:18 +01:00
parent d956506a04
commit ecd4787ff6
2 changed files with 5 additions and 1 deletions

View File

@@ -588,7 +588,9 @@ endforeach;
</div>
<div class="d-inline-block" id="customer-info-check-info"></div>
</div>
<select id="customer" class="jumpevent"></select>
<div id="relContainer2" style="position:relative">
<select id="customer" class="jumpevent"></select>
</div>
</div>
</div>
</div>

View File

@@ -411,6 +411,7 @@ document.addEventListener('DOMContentLoaded', function () {
$('#customer').select2({
placeholder: "Kunden Suche",
minimumInputLength: 3,
dropdownParent: jQuery('#relContainer2'),
// dropdownParent: $('#EventModal'),
language: "de",
ajax: {
@@ -1503,6 +1504,7 @@ $(document).ready(function () {
placeholder: "Kunden Suche",
minimumInputLength: 3,
// dropdownParent: $('#EventModal'),
dropdownParent: jQuery('#relContainer2'),
language: "de",
ajax: {
url: requestAddressUrl,