Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #200 from Ioannis/CFM-397_SqlProvisioner_fields_in…
…c_Throws_Error

CFM-397_SqlProvisioner_fields_inc_Throws_Error
Ioannis committed May 19, 2024
2 parents f13295c + 0db8a60 commit 9eb04b9
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 9eb04b9

Please sign in to comment.