Skip to content

Commit c68325d

Browse files
committed
CLOUDSTACK-6624: set specifyIpRanges to true if specifyVlan is set to true
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> (cherry picked from commit b7b9cd0) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> Conflicts: ui/scripts/configuration.js
1 parent c9dbfa0 commit c68325d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/scripts/configuration.js

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

30823082
if (inputData['specifyVlan'] == 'on') { //specifyVlan checkbox is checked
30833083
inputData['specifyVlan'] = true;
3084+
inputData['specifyIpRanges'] = true;
30843085
} else { //specifyVlan checkbox is unchecked
30853086
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)
30863087
}

0 commit comments

Comments
 (0)