* code for task #8280.

This commit is contained in:
wangyidong
2019-07-31 13:43:51 +08:00
parent 26b203e20a
commit a1c8888cf4
8 changed files with 9 additions and 1 deletions
+1
View File
@@ -1591,6 +1591,7 @@ class bug extends control
}
if(!(in_array('platform', $productsType) or in_array('branch', $productsType))) unset($fields['branch']);// If products's type are normal, unset branch field.
if(isset($this->config->bizVersion)) list($fields, $bugs) = $this->loadModel('workflowfield')->appendDataFromFlow($this->app->getModuleName(), $fields, $bugs);
$this->post->set('fields', $fields);
$this->post->set('rows', $bugs);