diff --git a/src/app/pages/product-details/product-details.component.html b/src/app/pages/product-details/product-details.component.html index c1bea892..75c494f6 100644 --- a/src/app/pages/product-details/product-details.component.html +++ b/src/app/pages/product-details/product-details.component.html @@ -423,6 +423,28 @@
| - {{prod.lastUpdate | date:'EEEE, dd/MM/yy, HH:mm'}} + {{prod.lastUpdate | date:'EEEE, dd/MM/yy, HH:mm'}} |
@@ -213,7 +213,7 @@ {{ selfAtt ? selfAtt.productSpecCharacteristicValue[0].value : 'Upload your self attestation document' }} - +
}
@@ -259,8 +259,8 @@
}
}
-
-
-
@@ -576,40 +577,42 @@
-
-
-
-
- @if(isOptional){
-
-
-
+ @if(charTypeSelected !== 'boolean'){
+
+
}@else{
+
+
+ @if(isOptional){
+
+
+
+
+ }
}
- @if(creatingChars.length>0){
+ @if(creatingChars.length > 0 && charTypeSelected !== 'boolean'){
-
- @if(rangeCharSelected){
+ @if(charTypeSelected === 'range'){
@for (char of creatingChars; track char; let idx = $index) {
}
-
- @if(stringCharSelected){
+
+ @if(charTypeSelected === 'string'){
-
-
+
@for (char of creatingChars; track char; let idx = $index) {
-
- @if(numberCharSelected){
+ @if(charTypeSelected === 'number'){
} @else {
- }
+ }
|
| - {{res.lastUpdate | date:'EEEE, dd/MM/yy, HH:mm'}} + {{res.lastUpdate | date:'EEEE, dd/MM/yy, HH:mm'}} |
@@ -842,7 +853,7 @@
{{ 'OFFERINGS._no_serv' | translate }}
-
+
}@else{
|