|
@@ 5820-5822 (lines=3) @@
|
| 5817 |
|
); |
| 5818 |
|
$dataStructureArray = $flexFormTools->parseDataStructureByIdentifier($dataStructureIdentifier); |
| 5819 |
|
$currentValueArray = GeneralUtility::xml2array($currentRec[$field]); |
| 5820 |
|
if (is_array($currentValueArray)) { |
| 5821 |
|
$this->checkValue_flex_procInData($currentValueArray['data'], [], [], $dataStructureArray, [$table, $id, $field], 'version_remapMMForVersionSwap_flexFormCallBack'); |
| 5822 |
|
} |
| 5823 |
|
// Swap record |
| 5824 |
|
$dataStructureIdentifier = $flexFormTools->getDataStructureIdentifier( |
| 5825 |
|
$fConf, |
|
@@ 5832-5834 (lines=3) @@
|
| 5829 |
|
); |
| 5830 |
|
$dataStructureArray = $flexFormTools->parseDataStructureByIdentifier($dataStructureIdentifier); |
| 5831 |
|
$currentValueArray = GeneralUtility::xml2array($swapRec[$field]); |
| 5832 |
|
if (is_array($currentValueArray)) { |
| 5833 |
|
$this->checkValue_flex_procInData($currentValueArray['data'], [], [], $dataStructureArray, [$table, $swapWith, $field], 'version_remapMMForVersionSwap_flexFormCallBack'); |
| 5834 |
|
} |
| 5835 |
|
} |
| 5836 |
|
} |
| 5837 |
|
// Execute: |