Skip to content

Commit 509bb78

Browse files
committed
Fix review 1
1 parent 521ac82 commit 509bb78

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/modules/ROOT/pages/user-guide/reports/parameter-select.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ global parameter completely when the field is cleared. This may break
5555
some visualizations. If disabled, sets the parameter value to “” (empty
5656
string) when the input field is cleared.
5757

58+
|Multiple Selection |on/off |off |If enabled, allows user to select multiple choices. Parameter will be then an array of selections.
59+
60+
|Manual Parameter Save |on/off |off |If enabled, adds a confirmation button in order to propagate the selection into the dashboard parameter.
61+
5862
|Enable Manual Label/Property Name Specification |on/off |off |If
5963
enabled, does not enforce you to select a node label/property using an
6064
auto-complete field, instead, you can enter any value. This is useful

src/config/ReportConfig.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@ export const REPORT_TYPES = {
12971297
default: false,
12981298
},
12991299
setManual: {
1300-
label: 'Manual Set',
1300+
label: 'Manual Parameter Save',
13011301
type: SELECTION_TYPES.LIST,
13021302
values: [true, false],
13031303
default: false,

0 commit comments

Comments
 (0)