File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
docs/modules/ROOT/pages/user-guide/reports Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,10 @@ global parameter completely when the field is cleared. This may break
55
55
some visualizations. If disabled, sets the parameter value to “” (empty
56
56
string) when the input field is cleared.
57
57
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
+
58
62
|Enable Manual Label/Property Name Specification |on/off |off |If
59
63
enabled, does not enforce you to select a node label/property using an
60
64
auto-complete field, instead, you can enter any value. This is useful
Original file line number Diff line number Diff line change @@ -1297,7 +1297,7 @@ export const REPORT_TYPES = {
1297
1297
default : false ,
1298
1298
} ,
1299
1299
setManual : {
1300
- label : 'Manual Set ' ,
1300
+ label : 'Manual Parameter Save ' ,
1301
1301
type : SELECTION_TYPES . LIST ,
1302
1302
values : [ true , false ] ,
1303
1303
default : false ,
You can’t perform that action at this time.
0 commit comments