Skip to content

Commit 52f0886

Browse files
authored
Merge pull request #2082 from jf-viguier/patch-35
Fix description for 'identifier' key in helperOptions
2 parents aedbc2c + 7482e46 commit 52f0886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

development/components/helpers/helperoptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $this->fields_options = [
3636
'autoload_rte' => 'true' // Display a TinyMCE editor for textarea field only
3737
'suffix' => 'kg', // Display after the field (ie. currency).
3838
// For text fields or password fields only.
39-
'identifier' => 'id_carrier', // The unique ID for the form.
39+
'identifier' => 'id_carrier', // The column name of the id in list rows.
4040
'list' => [list do display as options], // For select field only.
4141
'empty_message' => $this->module->l('Display if list is empty'), // For select field only
4242
'cols' => 40, // For textarea fields only.

0 commit comments

Comments
 (0)