diff --git a/module/story/control.php b/module/story/control.php index 17c02b9605..3708ef452e 100644 --- a/module/story/control.php +++ b/module/story/control.php @@ -768,7 +768,8 @@ class story extends control */ public function ajaxGetDetail($storyID) { - $this->view->story = $this->story->getByID($storyID); + $this->view->actions = $this->action->getList('story', $storyID); + $this->view->story = $this->story->getByID($storyID); $this->display(); } diff --git a/module/story/view/m.ajaxgetdetail.html.php b/module/story/view/m.ajaxgetdetail.html.php index 589e990ddb..d81af87cdc 100644 --- a/module/story/view/m.ajaxgetdetail.html.php +++ b/module/story/view/m.ajaxgetdetail.html.php @@ -6,3 +6,4 @@

story->verify?>

verify;?> +