You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/scripts/zoneWizard.js
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1017,9 +1017,11 @@
1017
1017
if(internaldns2!=null&&internaldns2.length>0)
1018
1018
array1.push("&internaldns2="+todb(internaldns2));
1019
1019
1020
-
if(args.data.zone.ispublic==null)//public checkbox is unchecked
1021
-
array1.push("&domainid="+args.data.zone.domain);
1022
-
1020
+
if(args.data.pluginFrom==null){//from zone wizard, not from quick instsaller(args.data.pluginFrom != null && args.data.pluginFrom.name == 'installWizard') who doesn't have public checkbox
1021
+
if(args.data.zone.ispublic==null)//public checkbox in zone wizard is unchecked
0 commit comments