Include into csvxml more variables referring to worth, worth_insurance
and dimensions_separate phpcs-errors:253 phpunit-status:successful
This commit is contained in:
parent
c920fc80db
commit
7700b1783d
|
@ -38,7 +38,7 @@ foreach ($availableFields as $categoryName => $fieldCategory) {
|
||||||
// Extended operations for events
|
// Extended operations for events
|
||||||
if (strpos($categoryName, $basis['event']) !== false) {
|
if (strpos($categoryName, $basis['event']) !== false) {
|
||||||
foreach ($fieldCategory as $key => $value) {
|
foreach ($fieldCategory as $key => $value) {
|
||||||
if (strpos($key, "_annotation") !== false) continue;
|
if (strpos($key, "_annotation") !== false or strpos($key, "_gnd") !== false) continue;
|
||||||
if (strpos($key, "_sure") !== false) $eventpartsure[] = $key;
|
if (strpos($key, "_sure") !== false) $eventpartsure[] = $key;
|
||||||
else $eventpart[] = $key;
|
else $eventpart[] = $key;
|
||||||
}
|
}
|
||||||
|
|
|
@ -518,14 +518,14 @@ $availableFields = [
|
||||||
"name_human_readable" => "{$searchvar[23][0]}; Currency",
|
"name_human_readable" => "{$searchvar[23][0]}; Currency",
|
||||||
"explica" => "",
|
"explica" => "",
|
||||||
],
|
],
|
||||||
"worth_incurance_determiner" => [
|
"worth_insurance_determiner" => [
|
||||||
"required" => false,
|
"required" => false,
|
||||||
"allowedValues" => '',
|
"allowedValues" => '',
|
||||||
"remark" => '',
|
"remark" => '',
|
||||||
"name_human_readable" => "{$searchvar[26][0]}; {$object_add['by']}",
|
"name_human_readable" => "{$searchvar[26][0]}; {$object_add['by']}",
|
||||||
"explica" => "",
|
"explica" => "",
|
||||||
],
|
],
|
||||||
"worth_incurance_when" => [
|
"worth_insurance_when" => [
|
||||||
"required" => false,
|
"required" => false,
|
||||||
"allowedValues" => '',
|
"allowedValues" => '',
|
||||||
"remark" => '',
|
"remark" => '',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user