Skip to content

Commit b7b9cd0

Browse files
CLOUDSTACK-6624: set specifyIpRanges to true if specifyVlan is set to true
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent ecfe5b5 commit b7b9cd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/scripts/configuration.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2907,6 +2907,7 @@
29072907

29082908
if (inputData['specifyVlan'] == 'on') { //specifyVlan checkbox is checked
29092909
inputData['specifyVlan'] = true;
2910+
inputData['specifyIpRanges'] = true;
29102911
} else { //specifyVlan checkbox is unchecked
29112912
delete inputData.specifyVlan; //if specifyVlan checkbox is unchecked, do not pass specifyVlan parameter to API call since we need to keep API call's size as small as possible (p.s. specifyVlan is defaulted as false at server-side)
29122913
}

0 commit comments

Comments
 (0)