* [task#57957,done,1h] The execution ID should come from the execution property of the task relationship object.

This commit is contained in:
hufangzhou
2024-12-18 14:26:09 +08:00
committed by 谢杞钰
parent e6a98c4d57
commit 5797296a52
+1
View File
@@ -1551,6 +1551,7 @@ eof;
{
if(in_array($module, array('task', 'story')) && !empty($object->execution)) $executionID = $object->execution;
if($module == 'execution' && !empty($object->id)) $executionID = $object->id;
if($module == 'execution' && in_array($method, array('editrelation', 'deleterelation')) && !empty($object->execution)) $executionID = $object->execution;
}
if($executionID)
{