diff --git a/module/productplan/control.php b/module/productplan/control.php index 9dafbd8c6f..100e743442 100644 --- a/module/productplan/control.php +++ b/module/productplan/control.php @@ -407,6 +407,7 @@ class productplan extends control $this->view->storyPager = $storyPager; $this->view->bugPager = $bugPager; $this->view->canBeChanged = $canBeChanged; + if($this->app->getViewType() == 'json') { unset($this->view->storyPager);