* Fix bug #32559.
This commit is contained in:
@@ -308,10 +308,10 @@ function hidePlanBox(attribute)
|
||||
else
|
||||
{
|
||||
$('.productsBox .planBox').removeClass('hide');
|
||||
$('.productsBox .planBox select').attr('disabled', '');
|
||||
$('.productsBox .planBox select').removeAttr('disabled');
|
||||
$('#productTitle').text(manageProductPlanLang);
|
||||
|
||||
$('#plansBox').closest('tr').removeClass('hide');
|
||||
$('#plansBox').attr('disabled', '');
|
||||
$('#plansBox').removeAttr('disabled');
|
||||
}
|
||||
}
|
||||
|
||||
@@ -117,7 +117,13 @@ $(function()
|
||||
|
||||
if(isWaterfall)
|
||||
{
|
||||
hidePlanBox(executionAttr);
|
||||
$('#attribute').change(function()
|
||||
{
|
||||
var attribute = $(this).val();
|
||||
hidePlanBox(attribute);
|
||||
})
|
||||
|
||||
$('#attribute').change();
|
||||
}
|
||||
})
|
||||
var lastProjectID = $("#project").val();
|
||||
|
||||
Reference in New Issue
Block a user