Use translated entry types in availableFields
phpcs-errors:226 phpunit-status:successful
This commit is contained in:
parent
a8fb3a676c
commit
34c475f3d6
|
@ -427,7 +427,7 @@ $availableFields = [
|
|||
],
|
||||
"inclusion_kind_of" => [
|
||||
"required" => false,
|
||||
"allowedValues" => array_values(MDEntryTypesSet::ENTRY_TYPES),
|
||||
"allowedValues" => MDEntryTypesSet::getSortedList($tlLoader),
|
||||
"remark" => '',
|
||||
"name_human_readable" => "{$searchvar[19][0]}, {$object_add['as']}",
|
||||
"explica" => "",
|
||||
|
|
Loading…
Reference in New Issue
Block a user