* [bug#40607,doing,1h] Add feedback datasource.
This commit is contained in:
@@ -156,6 +156,7 @@ $config->upgrade->execFlow['biz5_0_1'] = array('functions' => 'updateWorkflo
|
||||
$config->upgrade->execFlow['biz5_2'] = array('functions' => 'addDefaultKanbanPri');
|
||||
$config->upgrade->execFlow['biz5_3_1'] = array('functions' => 'processFeedbackField,addFileFields,addReportActions');
|
||||
$config->upgrade->execFlow['biz6_4'] = array('functions' => 'importLiteModules');
|
||||
$config->upgrade->execFlow['biz8_12'] = array('functions' => 'AddFeedbackDatasource');
|
||||
|
||||
if(!empty($config->isINT))
|
||||
{
|
||||
|
||||
@@ -8858,4 +8858,15 @@ class upgradeModel extends model
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* 新增反馈的数据源,并且更新到工单的由反馈转化字段。
|
||||
* Add feedback datasource and set options of ticket feedback.
|
||||
*
|
||||
* @access public
|
||||
* @return bool
|
||||
*/
|
||||
public function addFeedbackDatasource()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user