Merge branch 'lyk_feedback_1322' into 'master'
* Reslve feedback #1322. See merge request easycorp/zentaopms!6663
This commit is contained in:
@@ -4322,8 +4322,9 @@ class taskModel extends model
|
||||
private function updateExecutionEsDateByGantt($objectID, $objectType, $postData)
|
||||
{
|
||||
$objectData = $this->dao->select('*')->from(TABLE_PROJECT)->where('id')->eq($objectID)->fetch();
|
||||
$parent = $objectData->parent;
|
||||
$project = $objectData->project;
|
||||
$parent = '';
|
||||
if($objectData->project != $objectData->parent) $parent = $objectData->parent;
|
||||
|
||||
if(empty($parent))
|
||||
{
|
||||
|
||||
+128
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user