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
5555some visualizations. If disabled, sets the parameter value to “” (empty
5656string) 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
5963enabled, does not enforce you to select a node label/property using an
6064auto-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 = {
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 ,
You can’t perform that action at this time.
0 commit comments