new configuration version
This commit is contained in:
parent
24089c0ef3
commit
63eda617f6
|
@ -44,7 +44,7 @@ spec:
|
|||
podDisruptionBudget:
|
||||
maxUnavailable: "50%"
|
||||
git:
|
||||
tag: "r-8a9c62b5262336b92be8323622dfab0068aaceea"
|
||||
tag: "r-8e0d11a79169c116fd515ddebe59e9f9a4e33e82"
|
||||
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/logrend"
|
||||
credentials: "git-credentials"
|
||||
podSecurity:
|
||||
|
|
|
@ -119,7 +119,12 @@ class ProvidePhoneNumber {
|
|||
evaluatePhoneNumbersAndSubmit() {
|
||||
if (this.arePhoneNumbersEqual()) {
|
||||
document.querySelector('#mobile').value = this.repeatPhoneNumberInput.value.trim().replaceAll(' ', '');
|
||||
document.querySelector('#submitPhoneNumber').click();
|
||||
// Some other 'click' listeners from gsap (used in drawer.js) seem to interfere with the trigger click on
|
||||
// submitPhoneNumber button. It happens only on mobile devices, where the drawer is used. setTimeout seems to help
|
||||
// to avoid the issue (although it is just a workaround).
|
||||
setTimeout(() => {
|
||||
document.querySelector('#submitPhoneNumber').click();
|
||||
}, 100);
|
||||
}
|
||||
else {
|
||||
this.setInvisible(this.modal);
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
$text.get("footer.text")
|
||||
<a target="_blank" class='text-hyperlink dark:text-dark-hyperlink underline' href='$text.get("footer.link")'>$text.get("footer.link.label")</a>
|
||||
</div>
|
||||
<p>1.8.x.2598-20250129T202245Z</p>
|
||||
<p>1.8.x.2610-20250203T164349Z</p>
|
||||
</footer>
|
||||
<script src="${login.appDataPath}/static/bundle.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -119,7 +119,12 @@ class ProvidePhoneNumber {
|
|||
evaluatePhoneNumbersAndSubmit() {
|
||||
if (this.arePhoneNumbersEqual()) {
|
||||
document.querySelector('#mobile').value = this.repeatPhoneNumberInput.value.trim().replaceAll(' ', '');
|
||||
document.querySelector('#submitPhoneNumber').click();
|
||||
// Some other 'click' listeners from gsap (used in drawer.js) seem to interfere with the trigger click on
|
||||
// submitPhoneNumber button. It happens only on mobile devices, where the drawer is used. setTimeout seems to help
|
||||
// to avoid the issue (although it is just a workaround).
|
||||
setTimeout(() => {
|
||||
document.querySelector('#submitPhoneNumber').click();
|
||||
}, 100);
|
||||
}
|
||||
else {
|
||||
this.setInvisible(this.modal);
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
$text.get("footer.text")
|
||||
<a target="_blank" class='text-hyperlink dark:text-dark-hyperlink underline' href='$text.get("footer.link")'>$text.get("footer.link.label")</a>
|
||||
</div>
|
||||
<p>1.8.x.2598-20250129T202245Z</p>
|
||||
<p>1.8.x.2610-20250203T164349Z</p>
|
||||
</footer>
|
||||
<script src="${login.appDataPath}/static/bundle.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -46,7 +46,7 @@ spec:
|
|||
podDisruptionBudget:
|
||||
maxUnavailable: "50%"
|
||||
git:
|
||||
tag: "r-8a9c62b5262336b92be8323622dfab0068aaceea"
|
||||
tag: "r-8e0d11a79169c116fd515ddebe59e9f9a4e33e82"
|
||||
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/proxy-idp"
|
||||
credentials: "git-credentials"
|
||||
keystores:
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
|
||||
<p>1.8.x.2598-20250129T202245Z</p>
|
||||
<p>1.8.x.2610-20250203T164349Z</p>
|
||||
</footer>
|
||||
<script src="/resources/static/bundle.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
|
||||
<p>1.8.x.2598-20250129T202245Z</p>
|
||||
<p>1.8.x.2610-20250203T164349Z</p>
|
||||
</footer>
|
||||
<script src="/resources/static/bundle.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
|
||||
<p>1.8.x.2598-20250129T202245Z</p>
|
||||
<p>1.8.x.2610-20250203T164349Z</p>
|
||||
</footer>
|
||||
<script src="/resources/static/bundle.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
|
||||
<p>1.8.x.2598-20250129T202245Z</p>
|
||||
<p>1.8.x.2610-20250203T164349Z</p>
|
||||
</footer>
|
||||
<script src="/resources/static/bundle.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
|
||||
<p>1.8.x.2598-20250129T202245Z</p>
|
||||
<p>1.8.x.2610-20250203T164349Z</p>
|
||||
</footer>
|
||||
<script src="/resources/static/bundle.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
|
||||
<p>1.8.x.2598-20250129T202245Z</p>
|
||||
<p>1.8.x.2610-20250203T164349Z</p>
|
||||
</footer>
|
||||
<script src="/resources/static/bundle.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
|
||||
<p>1.8.x.2598-20250129T202245Z</p>
|
||||
<p>1.8.x.2610-20250203T164349Z</p>
|
||||
</footer>
|
||||
<script src="/resources/static/bundle.js"></script>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue