This commit is contained in:
dongli
2022-08-24 09:12:00 +00:00
parent 7e193ef699
commit 98ca0e913d
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ class action extends control
}
/* Get the products name of story. */
if($browseType == 'story' or 'requirement')
if(strpos(',story,requirement,', ",$browseType,") !== false)
{
$this->loadModel('story');
$storyIdList = array();