#4514 Added regex pattern to compartmentCode field inside goods in out order edit page

This commit is contained in:
Nino
2024-01-05 11:57:27 +01:00
parent b9a4b0d315
commit 58ce8d9ace

View File

@@ -44,7 +44,7 @@
<ng-container *ngIf="expanded[i]">
<ui-form-control label="Abholfachnummer" [clearable]="true" variant="inline">
<input uiInput formControlName="compartmentCode" />
<input pattern="^\d{3,4}_\d{4}_\d{1,5}$" uiInput formControlName="compartmentCode" />
</ui-form-control>
<shared-goods-in-out-order-details-tags