-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
In Kernel/System/Elasticsearch.pm, formerly in Kernel/Modules/Installer.pm, there is the following data structure:
my %Pipeline = ( description => "Extract external attachment information", processors => [ { foreach => { field => "Attachments", processor => { attachment => { target_field => "_ingest._value.attachment", field => "_ingest._value.data" } } } }, { foreach => { field => "Attachments", processor => { remove => { field => "_ingest._value.data" } } } }, ] );
The CodePoliy replaces the foreach by a for, which makes no sense at all.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working