Skip to content

Commit 2dc5b69

Browse files
committed
add comment about autocompleter changes in checkmk
Autocompleter options where change with Change-Id I915dc4bb2cadebc140a7ac8c8216d3116537fba6 in checkmk. fixes #56
1 parent 4a89fe5 commit 2dc5b69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/fields.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ export const GraphSelect = (props: EditorProps) => {
100100
ident: props.query.params.graphMode === 'metric' ? 'monitored_metrics' : 'available_graphs',
101101
params: {
102102
strict: 'withSource',
103+
// 2.1.0 changed this parameter to:
104+
// strict: true,
105+
// show_independent_of_context: false,
106+
// but the defaults for missing values seem to be in our favour.
103107
context: get(props, 'query.context', {}),
104108
},
105109
};

0 commit comments

Comments
 (0)