chg: [workflow:module_zmq] renamed parameter

pull/8530/head
Sami Mokaddem 2022-08-04 13:34:50 +02:00
parent 0e2648d481
commit 077b43a961
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ class Module_push_zmq extends WorkflowBaseActionModule
parent::__construct();
$this->params = [
[
'id' => 'match_condition',
'label' => 'Match Condition',
'id' => 'data_extraction_path',
'label' => 'Data extraction path',
'type' => 'input',
'default' => '',
'placeholder' => 'Attribute.{n}.AttributeTag.{n}.Tag.name',