Api: Fix no customfields shown if there was an extra comma in field attribute

This commit is contained in:
nathan 2023-11-09 11:42:04 -07:00
parent 7406184f00
commit bc4c790dc0

View File

@ -158,7 +158,7 @@ class Customfields extends Transformer
$f= substr($f,1);
$negate_fields[]= $f;
}
else
elseif(trim($f))
{
$field_filters [] = $f;
}