* [bug#67655 , done] User requirements cannot be split into R & D requirements.
This commit is contained in:
@@ -582,7 +582,7 @@ class storyModel extends model
|
||||
if(!empty($story->plan))
|
||||
{
|
||||
$this->updateStoryOrderOfPlan($storyID, (string)$story->plan); // Set story order in this plan.
|
||||
foreach(explode(',', $story->plan) as $planID)
|
||||
foreach(explode(',', (string)$story->plan) as $planID)
|
||||
{
|
||||
if(!$planID) continue;
|
||||
$this->action->create('productplan', (int)$planID, 'linkstory', '', $storyID);
|
||||
|
||||
Reference in New Issue
Block a user