* Code for story of add draft status.
This commit is contained in:
@@ -3997,7 +3997,7 @@ class execution extends control
|
||||
{
|
||||
foreach($planStory as $id => $story)
|
||||
{
|
||||
if($story->status == 'draft')
|
||||
if($story->status == 'draft' or $story->status == 'reviewing')
|
||||
{
|
||||
$count++;
|
||||
unset($planStory[$id]);
|
||||
|
||||
Reference in New Issue
Block a user