* Modify the independent project to enter the story list problem.
This commit is contained in:
@@ -116,7 +116,7 @@ class projectStory extends control
|
||||
*/
|
||||
public function batchUnlinkStory($projectID, $storyIdList = '')
|
||||
{
|
||||
$storyIdList = if(empty($storyIdList)) ? array() : array_filter(explode(',', $storyIdList));
|
||||
$storyIdList = empty($storyIdList ? array() : array_filter(explode(',', $storyIdList));
|
||||
$executionStories = $this->projectstory->getExecutionStories($projectID, $storyIdList);
|
||||
$html = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user