* Fix bug #48765, show 1.5 level dropmenu in execution::batchedit if the app tab is project.

This commit is contained in:
liumengyi
2024-04-30 13:46:33 +08:00
parent 7cad0d3d2e
commit e906777d60
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1235,6 +1235,10 @@ class execution extends control
if(in_array($project->model, array('waterfall', 'waterfallplus', 'ipd'))) $this->lang->execution->common = $this->lang->execution->stage;
if($project->model == 'ipd') $this->config->execution->list->customBatchEditFields = 'days,team,desc,PO,QD,PM,RD';
}
else
{
$this->config->excludeDropmenuList[] = 'execution-batchedit';
}
if($this->post->name)
{