Skip to content

Commit 0bb8908

Browse files
committed
data/settings: Rename wrongly named dict_map_field* to dict_map_key_field*
It changed at some point during development and documentation was forgotten to be updated.
1 parent 8b80ddf commit 0bb8908

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

data/settings.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5073,13 +5073,13 @@ values for the same key.
50735073
- ldap: Value to be returned from an ldap search, as a [[link,settings_variables,variable-expression]]`
50745074
},
50755075

5076-
dict_map_field: {
5076+
dict_map_key_field: {
50775077
tags: [ 'dict', 'dict-sql' ],
50785078
values: setting_types.NAMED_LIST_FILTER,
5079-
seealso: [ 'dict_map_field_pattern' ],
5079+
seealso: [ 'dict_map_pattern' ],
50805080
text: `
50815081
Creates a new field for the dict map. The filter name refers to the
5082-
[[setting,dict_map_field_pattern]] setting. The fields are part of the SQL
5082+
[[setting,dict_map_key_field_value]] setting. The fields are part of the SQL
50835083
query looking up the dict key.`
50845084
},
50855085

@@ -5101,31 +5101,31 @@ Field in the SQL table to use for the [[setting,dict_map_value_field]].`
51015101
Type of the field in the SQL table for the [[setting,dict_map_value_field]].`
51025102
},
51035103

5104-
dict_map_field_pattern: {
5104+
dict_map_key_field_value: {
51055105
tags: [ 'dict', 'dict-sql' ],
51065106
values: setting_types.STRING,
5107-
seealso: [ 'dict_map_pattern', 'dict_map_field' ],
5107+
seealso: [ 'dict_map_pattern', 'dict_map_key_field' ],
51085108
text: `
51095109
Variable in the [[setting,dict_map_pattern]] that maps to this
5110-
[[setting,dict_map_field]]. The value must always begin with \`$\`.`
5110+
[[setting,dict_map_key_field]]. The value must always begin with \`$\`.`
51115111
},
51125112

5113-
dict_map_field_name: {
5113+
dict_map_key_field_name: {
51145114
tags: [ 'dict', 'dict-sql' ],
51155115
values: setting_types.STRING,
5116-
seealso: [ 'dict_map_field' ],
5116+
seealso: [ 'dict_map_key_field' ],
51175117
text: `
5118-
Field in the SQL table to use for the [[setting,dict_map_field]].`
5118+
Field in the SQL table to use for the [[setting,dict_map_key_field]].`
51195119
},
51205120

5121-
dict_map_field_type: {
5121+
dict_map_key_field_type: {
51225122
tags: [ 'dict', 'dict-sql' ],
51235123
values: setting_types.ENUM,
51245124
values_enum: [ 'string', 'int', 'uint', 'double', 'hexblob', 'uuid' ],
51255125
default: 'string',
5126-
seealso: [ 'dict_map_field' ],
5126+
seealso: [ 'dict_map_key_field' ],
51275127
text: `
5128-
Type of the field in the SQL table for the [[setting,dict_map_field]].`
5128+
Type of the field in the SQL table for the [[setting,dict_map_key_field]].`
51295129
},
51305130

51315131
dict_server: {

0 commit comments

Comments
 (0)