Skip to content

Commit 8b80ddf

Browse files
committed
data/settings: Rename wrongly named dict_map_value* to dict_map_value_field*
It changed at some point during development and documentation was forgotten to be updated.
1 parent 9a13268 commit 8b80ddf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

data/settings.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5061,13 +5061,13 @@ Field in the SQL table to use for tracking dict key expiration. This field is
50615061
optional if no expiration is used by the code accessing the dict map.`
50625062
},
50635063

5064-
dict_map_value: {
5064+
dict_map_value_field: {
50655065
tags: [ 'dict', 'dict-sql', 'dict-ldap' ],
50665066
values: setting_types.NAMED_LIST_FILTER,
5067-
seealso: [ 'dict_map_value_name' ],
5067+
seealso: [ 'dict_map_value_field_name' ],
50685068
text: `
50695069
- sql: Creates a new value for the dict map. The filter name refers to the
5070-
[[setting,dict_map_value_name]] setting. Dict supports reading/writing multiple
5070+
[[setting,dict_map_value_field_name]] setting. Dict supports reading/writing multiple
50715071
values for the same key.
50725072
50735073
- ldap: Value to be returned from an ldap search, as a [[link,settings_variables,variable-expression]]`
@@ -5083,22 +5083,22 @@ Creates a new field for the dict map. The filter name refers to the
50835083
query looking up the dict key.`
50845084
},
50855085

5086-
dict_map_value_name: {
5086+
dict_map_value_field_name: {
50875087
tags: [ 'dict', 'dict-sql' ],
50885088
values: setting_types.STRING,
5089-
seealso: [ 'dict_map_value' ],
5089+
seealso: [ 'dict_map_value_field' ],
50905090
text: `
5091-
Field in the SQL table to use for the [[setting,dict_map_value]].`
5091+
Field in the SQL table to use for the [[setting,dict_map_value_field]].`
50925092
},
50935093

5094-
dict_map_value_type: {
5094+
dict_map_value_field_type: {
50955095
tags: [ 'dict', 'dict-sql' ],
50965096
values: setting_types.ENUM,
50975097
values_enum: [ 'string', 'int', 'uint', 'double', 'hexblob', 'uuid' ],
50985098
default: 'string',
5099-
seealso: [ 'dict_map_value' ],
5099+
seealso: [ 'dict_map_value_field' ],
51005100
text: `
5101-
Type of the field in the SQL table for the [[setting,dict_map_value]].`
5101+
Type of the field in the SQL table for the [[setting,dict_map_value_field]].`
51025102
},
51035103

51045104
dict_map_field_pattern: {

0 commit comments

Comments
 (0)