@@ -214,7 +214,7 @@ discard block |
||
| 214 | 214 | |
| 215 | 215 | private function getFieldOutputNumericNonFK($fkArray, $value, $iar = []) |
| 216 | 216 | { |
| 217 | - $query = $this->sQueryGenericSelectKeyValue([ |
|
| 217 | + $query = $this->sQueryGenericSelectKeyValue([ |
|
| 218 | 218 | $fkArray[$value['COLUMN_NAME']][1], |
| 219 | 219 | $fkArray[$value['COLUMN_NAME']][2], |
| 220 | 220 | $fkArray[$value['COLUMN_NAME']][0], |
@@ -254,7 +254,7 @@ discard block |
||
| 254 | 254 | |
| 255 | 255 | private function getFieldOutputTextFK($foreignKeysArray, $value, $iar) |
| 256 | 256 | { |
| 257 | - $query = $this->sQueryGenericSelectKeyValue([ |
|
| 257 | + $query = $this->sQueryGenericSelectKeyValue([ |
|
| 258 | 258 | $foreignKeysArray[$value['COLUMN_NAME']][1], |
| 259 | 259 | $foreignKeysArray[$value['COLUMN_NAME']][2], |
| 260 | 260 | $foreignKeysArray[$value['COLUMN_NAME']][0] |
@@ -541,7 +541,7 @@ discard block |
||
| 541 | 541 | |
| 542 | 542 | private function handleFeaturesSingle($fieldName, $features, $featureKey) |
| 543 | 543 | { |
| 544 | - $fMap = [ |
|
| 544 | + $fMap = [ |
|
| 545 | 545 | 'readonly' => ['readonly', 'class', 'input_readonly'], |
| 546 | 546 | 'disabled' => ['disabled'] |
| 547 | 547 | ]; |