Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
options naming parameter has to be fieldOptions
Ioannis committed May 19, 2024
1 parent f13295c commit 0db8a60
Showing 2 changed files with 2 additions and 2 deletions.
@@ -36,7 +36,7 @@ if($vv_action == 'add' || $vv_action == 'edit') {
print $this->element('form/listItem', [
'arguments' => [
'fieldName' => 'table_prefix',
'options' => [
'fieldOptions' => [
'default' => 'sp_'
]
]
@@ -56,7 +56,7 @@ if($vv_action == 'edit') {
print $this->element('form/listItem', [
'arguments' => [
'fieldName' => 'collision_mode',
'options' => [
'fieldOptions' => [
'onChange' => 'updateGadgets()'
]
]

0 comments on commit 0db8a60

Please sign in to comment.