Commit 94dc0640 authored by Diogo Santos's avatar Diogo Santos
Browse files

Showing range interval for ARRAY characteristics in Service Order checkout

parent 84374060
Loading
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -133,7 +133,10 @@

                            <ng-container *ngIf="editFormCharacteristic.controls.valueType.value === 'INTEGER'  ||
                                                 editFormCharacteristic.controls.valueType.value === 'SMALLINT' ||
                                                 editFormCharacteristic.controls.valueType.value === 'LONGINT'">
                                                 editFormCharacteristic.controls.valueType.value === 'LONGINT'  ||
                                                 subValueTypeCtrl.value === 'INTEGER'                           ||
                                                 subValueTypeCtrl.value === 'SMALLINT'                          ||
                                                 subValueTypeCtrl.value === 'LONGINT'">
                                <mat-form-field class="col-lg-2 mt-2">
                                    <mat-label>Value From</mat-label>
                                    <input matInput formControlName="valueFrom">
@@ -187,7 +190,10 @@

                            <ng-container *ngIf="editFormCharacteristic.controls.valueType.value === 'INTEGER'  ||
                                                 editFormCharacteristic.controls.valueType.value === 'SMALLINT' ||
                                                 editFormCharacteristic.controls.valueType.value === 'LONGINT'">
                                                 editFormCharacteristic.controls.valueType.value === 'LONGINT'  ||
                                                 subValueTypeCtrl.value === 'INTEGER'                           ||
                                                 subValueTypeCtrl.value === 'SMALLINT'                          ||
                                                 subValueTypeCtrl.value === 'LONGINT'">
                                <mat-form-field class="col-lg-2 mt-2 order-2 order-md-3">
                                    <mat-label>Value From</mat-label>
                                    <input matInput formControlName="valueFrom">
+2 −2
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@
                                                <mat-option
                                                    *ngFor="let charValue of configurableSpecChar[i].serviceSpecCharacteristicValue"
                                                    [value]="charValue">
                                                    {{charValue.value.alias}}</mat-option>
                                                    {{charValue.value.value}}</mat-option>
                                            </mat-select>
                                        </mat-form-field>
                                    </ng-template>
@@ -99,7 +99,7 @@
                                                <mat-option
                                                    *ngFor="let charValue of configurableSpecChar[i].serviceSpecCharacteristicValue"
                                                    [value]="charValue">
                                                    {{charValue.value.alias}}</mat-option>
                                                    {{charValue.value.value}}</mat-option>
                                            </mat-select>
                                        </mat-form-field>