Fixed the file naming colution for the new filters. gh-378 Use the new select language string in filters.

This commit is contained in:
2020-11-30 19:25:45 +02:00
parent 732521b3ab
commit bbee45ccab
3 changed files with 12 additions and 7 deletions

View File

@ -5038,7 +5038,7 @@ class Fields extends Structure
{
// this pains me... but to avoid collusion
$filter_type_code = ComponentbuilderHelper::safeString(
$name . $field['filter'] . $typeName
$nameListCode . 'filter' . $name
);
$filter_type_code = preg_replace('/_+/', '', $filter_type_code);
$filter_function_name = ComponentbuilderHelper::safeString(