* Fix bug: create bug in execution module.

This commit is contained in:
zhujinyong
2021-03-17 14:54:07 +08:00
parent 782f967ab1
commit 1279902afb
5 changed files with 13 additions and 10 deletions
+3
View File
@@ -285,6 +285,9 @@ class bug extends control
/* Whether there is a object to transfer bug, for example feedback. */
$extras = str_replace(array(',', ' '), array('&', ''), $extras);
parse_str($extras, $output);
if(isset($output['executionID'])) commonModel::setAppObjectID('execution', $output['executionID']);
foreach($output as $paramKey => $paramValue)
{
if(isset($this->config->bug->fromObjects[$paramKey]))