|
@@ 1942-1945 (lines=4) @@
|
| 1939 |
|
if (isset($wizardConfig['title'])) { |
| 1940 |
|
$fieldConfig['config']['fieldControl']['tableWizard']['options']['title'] = $wizardConfig['title']; |
| 1941 |
|
} |
| 1942 |
|
if (isset($wizardConfig['params']['xmlOutput']) && (int)$wizardConfig['params']['xmlOutput'] !== 0) { |
| 1943 |
|
$fieldConfig['config']['fieldControl']['tableWizard']['options']['xmlOutput'] |
| 1944 |
|
= (int)$wizardConfig['params']['xmlOutput']; |
| 1945 |
|
} |
| 1946 |
|
if (isset($wizardConfig['params']['numNewRows'])) { |
| 1947 |
|
$fieldConfig['config']['fieldControl']['tableWizard']['options']['numNewRows'] |
| 1948 |
|
= $wizardConfig['params']['numNewRows']; |
|
@@ 1981-1984 (lines=4) @@
|
| 1978 |
|
$typeArray['columnsOverrides'][$fieldName]['config']['fieldControl']['tableWizard']['options']['title'] |
| 1979 |
|
= $wizard['title']; |
| 1980 |
|
} |
| 1981 |
|
if (isset($wizard['params']['xmlOutput']) && (int)$wizard['params']['xmlOutput'] !== 0) { |
| 1982 |
|
$typeArray['columnsOverrides'][$fieldName]['config']['fieldControl']['tableWizard']['options']['xmlOutput'] |
| 1983 |
|
= (int)$wizard['params']['xmlOutput']; |
| 1984 |
|
} |
| 1985 |
|
if (isset($wizard['params']['numNewRows'])) { |
| 1986 |
|
$typeArray['columnsOverrides'][$fieldName]['config']['fieldControl']['tableWizard']['options']['numNewRows'] |
| 1987 |
|
= $wizard['params']['numNewRows']; |