diff --git a/module/story/model.php b/module/story/model.php index 18759f4f13..f7d0a30f48 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -942,6 +942,7 @@ class storyModel extends model ->andWhere('story')->eq($storyID) ->andWhere('type')->in('devel,test') ->andWhere('status')->ne('cancel') + ->andWhere('closedReason')->ne('cancel') ->andWhere('deleted')->eq(0) ->fetchGroup('type');