* Fix bug #32559.
This commit is contained in:
@@ -115,14 +115,8 @@ $(function()
|
||||
|
||||
$('[data-toggle="popover"]').popover();
|
||||
|
||||
if(isStage)
|
||||
if(isWaterfall)
|
||||
{
|
||||
$('#attribute').change(function()
|
||||
{
|
||||
var attribute = $(this).val();
|
||||
hidePlanBox(attribute);
|
||||
})
|
||||
|
||||
hidePlanBox(executionAttr);
|
||||
}
|
||||
})
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<?php include '../../common/view/datepicker.html.php';?>
|
||||
<?php include '../../common/view/kindeditor.html.php';?>
|
||||
<?php js::import($jsRoot . 'misc/date.js');?>
|
||||
<?php js::set('isStage', $execution->type == 'stage');?>
|
||||
<?php js::set('isWaterfall', (isset($project) and ($project->model == 'waterfall' or $project->model == 'waterfallplus')));?>
|
||||
<?php js::set('executionAttr', $execution->attribute);?>
|
||||
<?php js::set('manageProductsLang', $lang->project->manageProducts);?>
|
||||
<?php js::set('manageProductPlanLang', $lang->project->manageProductPlan);?>
|
||||
|
||||
Reference in New Issue
Block a user