diff --git a/module/story/config.php b/module/story/config.php index 1f2c33fd1c..8fbe557ae3 100644 --- a/module/story/config.php +++ b/module/story/config.php @@ -124,7 +124,7 @@ $config->story->datatable->fieldList['estimate']['required'] = 'no'; $config->story->datatable->fieldList['reviewer']['title'] = 'reviewer'; $config->story->datatable->fieldList['reviewer']['type'] = 'html'; -$config->story->datatable->fieldList['reviewer']['sortType'] = true; +$config->story->datatable->fieldList['reviewer']['sortType'] = false; $config->story->datatable->fieldList['reviewer']['control'] = 'multiple'; $config->story->datatable->fieldList['reviewer']['dataSource'] = array('module' => 'story', 'method' => 'getStoriesReviewer', 'params' => '$productID');