Fixed custom filter so only "visible" fields show.
This commit is contained in:
parent
abae2d6a29
commit
8e219cdc75
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ sub _getFieldHash {
|
|||
# automatically.
|
||||
my $fieldList = $self->getEventMetaDataArrayRef;
|
||||
foreach my $field (@{$fieldList}) {
|
||||
next unless $field->{visible};
|
||||
my $dataType = $field->{dataType};
|
||||
my $compare = $self->_matchTypes($dataType);
|
||||
my $type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue