From 6ccf83160a8a30b2044f2058ca2f7df7d920a6ed Mon Sep 17 00:00:00 2001 From: wangyidong Date: Tue, 10 Oct 2023 10:36:34 +0800 Subject: [PATCH] * Fix bug #39288. --- module/story/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');