* Add actions of opportunity.

This commit is contained in:
tianshujie98
2021-05-26 11:46:10 +08:00
parent adc77673d9
commit 4e87dc7970
7 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ class actionModel extends model
}
/* Only process these object types. */
if(strpos(',story,productplan,release,task,build,bug,case,testtask,testreport,doc,doclib,issue,risk,team,', ",{$objectType},") !== false)
if(strpos(',story,productplan,release,task,build,bug,case,testtask,testreport,doc,doclib,issue,risk,opportunity,team,', ",{$objectType},") !== false)
{
if(!isset($this->config->objectTables[$objectType])) return $emptyRecord;