* [refac bug #60527] Adjust for release workflow when import jira.

This commit is contained in:
wangyidong
2025-03-17 16:36:43 +08:00
committed by 孙广明
parent 5014130ce1
commit c9eb9fc941
+2 -1
View File
@@ -2058,7 +2058,8 @@ class convertTao extends convertModel
$_POST['syncRelease'] = 'all';
$_POST['module'] = $flow->module;
if(isset($this->lang->scrum->menu->other['dropMenu']))
if($this->config->systemMode == 'light') $_POST['app'] = 'project';
if(isset($this->lang->scrum->menu->other['dropMenu']) && $this->config->systemMode != 'light')
{
$_POST['positionModule'] = 'other';
$_POST['dropMenu'] = 'issue';