mirror of https://github.com/apache/cloudstack.git
bug 14093
Uncheck conditional fields to be hidden, to avoid hidden services from accidentally being enabled
This commit is contained in:
parent
f3935d667f
commit
39b74a6df2
|
|
@ -1030,6 +1030,7 @@
|
|||
|
||||
if (hasAdvancedZones && $guestTypeField.val() == 'Shared') {
|
||||
$basicSharedFields.hide();
|
||||
$basicSharedFields.find('input[type=checkbox]').attr('checked', false);
|
||||
} else {
|
||||
$basicSharedFields.each(function() {
|
||||
var $field = $(this);
|
||||
|
|
|
|||
Loading…
Reference in New Issue