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
|
||||
if (strpos($categoryName, $basis['event']) !== false) {
|
||||
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;
|
||||
else $eventpart[] = $key;
|
||||
}
|
||||
|
|
|
@ -518,14 +518,14 @@ $availableFields = [
|
|||
"name_human_readable" => "{$searchvar[23][0]}; Currency",
|
||||
"explica" => "",
|
||||
],
|
||||
"worth_incurance_determiner" => [
|
||||
"worth_insurance_determiner" => [
|
||||
"required" => false,
|
||||
"allowedValues" => '',
|
||||
"remark" => '',
|
||||
"name_human_readable" => "{$searchvar[26][0]}; {$object_add['by']}",
|
||||
"explica" => "",
|
||||
],
|
||||
"worth_incurance_when" => [
|
||||
"worth_insurance_when" => [
|
||||
"required" => false,
|
||||
"allowedValues" => '',
|
||||
"remark" => '',
|
||||
|
|
Loading…
Reference in New Issue
Block a user