* Adjust block module code.
This commit is contained in:
@@ -396,6 +396,7 @@ class actionModel extends model
|
||||
}
|
||||
elseif(($actionName == 'opened' or $actionName == 'managed' or $actionName == 'edited') and ($objectType == 'execution' || $objectType == 'project'))
|
||||
{
|
||||
$this->app->loadLang('executon');
|
||||
$linkedProducts = $this->dao->select('id,name')->from(TABLE_PRODUCT)->where('id')->in($action->extra)->fetchPairs('id', 'name');
|
||||
$action->extra = '';
|
||||
if($linkedProducts)
|
||||
|
||||
Reference in New Issue
Block a user