File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
web/src/main/webapp/resources/js Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1547,7 +1547,7 @@ var FIELD_CALCULATION_OVERRIDE_CALCULATED_VALUES = true;
15471547 case "SELECT_ONE_RADIO_V" :
15481548 case "SELECT_MANY_H" :
15491549 case "SELECT_MANY_V" :
1550- if ( inputFieldSelectionSetVals ) {
1550+ if ( inputFieldSelectionSetVals && inputFieldVariableValue . selectionValueIds != null ) {
15511551 var res = [ ] ;
15521552 for ( var j = 0 ; j < inputFieldVariableValue . selectionValueIds . length ; j ++ ) {
15531553 var id = inputFieldVariableValue . selectionValueIds [ j ] ;
Original file line number Diff line number Diff line change @@ -1547,7 +1547,7 @@ var FIELD_CALCULATION_OVERRIDE_CALCULATED_VALUES = true;
15471547 case "SELECT_ONE_RADIO_V" :
15481548 case "SELECT_MANY_H" :
15491549 case "SELECT_MANY_V" :
1550- if ( inputFieldSelectionSetVals ) {
1550+ if ( inputFieldSelectionSetVals && inputFieldVariableValue . selectionValueIds != null ) {
15511551 var res = [ ] ;
15521552 for ( var j = 0 ; j < inputFieldVariableValue . selectionValueIds . length ; j ++ ) {
15531553 var id = inputFieldVariableValue . selectionValueIds [ j ] ;
You can’t perform that action at this time.
0 commit comments