mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
Compare commits
1 Commits
hotfix-sca
...
fix/4691-K
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac16ef7e90 |
@@ -38,7 +38,6 @@
|
|||||||
(onInit)="addAddressGroup($event)"
|
(onInit)="addAddressGroup($event)"
|
||||||
(onDestroy)="removeAddressGroup()"
|
(onDestroy)="removeAddressGroup()"
|
||||||
[data]="data?.address"
|
[data]="data?.address"
|
||||||
[tabIndexStart]="nameFormBlock?.tabIndexEnd + 1"
|
|
||||||
[requiredMarks]="addressRequiredMarks"
|
[requiredMarks]="addressRequiredMarks"
|
||||||
[validatorFns]="addressValidatorFns"
|
[validatorFns]="addressValidatorFns"
|
||||||
[readonly]="readonly"
|
[readonly]="readonly"
|
||||||
|
|||||||
@@ -378,7 +378,7 @@ export abstract class AbstractCreateCustomer implements OnInit, OnDestroy {
|
|||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.form.enable();
|
this.form.enable();
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.addressFormBlock.setAddressValidationError(error.error.invalidProperties);
|
this.deviatingDeliveryAddressFormBlock.setAddressValidationError(error.error.invalidProperties);
|
||||||
}, 10);
|
}, 10);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user