This commit is contained in:
hufangzhou
2022-10-08 01:05:13 +00:00
parent 1f3796fcde
commit fa00ebf9f5
+8
View File
@@ -245,6 +245,14 @@ class release extends control
$this->view->storyPager = $storyPager;
$this->view->bugPager = $bugPager;
$this->view->leftBugPager = $leftBugPager;
if($this->app->getViewType() == 'json')
{
unset($this->view->storyPager);
unset($this->view->bugPager);
unset($this->view->leftBugPager);
}
$this->display();
}