Merge branch 'sprint/176_xieqiyu_17516' into 'master'
* Fix bug#17516. See merge request easycorp/zentaopms!939
This commit is contained in:
@@ -287,8 +287,8 @@ class actionModel extends model
|
||||
$record['execution'] = zget($result, 'execution', 0);
|
||||
}
|
||||
|
||||
if($actionType == 'unlinkedfromproject' or $actionType == 'linked2project') $record->project = (int)$extra ;
|
||||
if($actionType == 'unlinkedfromexecution' or $actionType == 'linked2execution') $record->execution = (int)$extra;
|
||||
if($actionType == 'unlinkedfromproject' or $actionType == 'linked2project') $record['project'] = (int)$extra ;
|
||||
if($actionType == 'unlinkedfromexecution' or $actionType == 'linked2execution') $record['execution'] = (int)$extra;
|
||||
|
||||
if($record)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user