Skip to content

Commit

Permalink
Fix field config for select elements in Pipelines and Message Templat…
Browse files Browse the repository at this point in the history
…es (CFM-31) (#234)
  • Loading branch information
arlen authored and Ioannis committed Dec 15, 2024
1 parent ac46c03 commit e7ff552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app/templates/MessageTemplates/fields.inc
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ if($vv_action == 'add' || $vv_action == 'edit') {
'fieldName' => 'format',
'fieldOptions' => [
'onChange' => 'updateGadgets()'
],
'fieldType' => 'select'
]
]
]);

Expand Down
3 changes: 1 addition & 2 deletions app/templates/Pipelines/fields.inc
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ if($vv_action == 'add' || $vv_action == 'edit') {
'fieldName' => 'match_strategy',
'fieldOptions' => [
'onChange' => 'updateGadgets()'
],
'fieldType' => 'select'
]
]
]);

Expand Down

0 comments on commit e7ff552

Please sign in to comment.